Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 660 Bytes

File metadata and controls

20 lines (15 loc) · 660 Bytes

Associative Array

This is a small and simple library for dynamic sized associative arrays. It is published at platformio.

License

This code is licensed under the MIT license.

Installation

Add to your platformio.ini the following line:

lib_deps = aberratic/associative_array @ ^0.1.0

How to use this library

Just look into include/associative_array.h.

Changelog

Version Changes
0.1 Initial Release