Wiki page start.md changed with summary [created] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-11-22 05:49:01 -08:00 committed by apache
parent a44a04f75c
commit 3a217454a7
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
~~Title: The Eina Programming Guide~~
~~NOCACHE~~
---
# The Eina Programming Guide #
``Eina`` provides data types and useful tools.
The ``Eina`` library implements an *application programming interface (API)* for data types in an efficient way. It also provides some useful tools for tasks including opening shared libraries, error management, type conversion, time accounting, and memory pool.
## Contents ##
* **Data Types**
* [Iterator Functions](iterator-functions.md)
* [Strings](strings.md)
* [Arrays](arrays.md)
* [Hash Tables](hash-tables.md)
* [Lists](lists.md)
* [Generic Value](generic-value.md)
* **Eina Tools**
* [String Tool](tools/eina-string-tool.md)
* [Memory Pools](tools/eina-mempool.md)
* [Safety Checks](tools/eina-safety-checks.md)