C does not have built-in Tuple/List datatypes like python.This library will provide the Tuple Data types. Python like Tuple APIs will be available. So,the library can be used to create tuple and do the operation with tuple similar to the Python
- Download or clone the repo.
- Makefile is provided to create the static library.
- Goto working directory and run make all
- Make will create libtuple.a
- Sample test application is provided with all the implemented APIs.
- Check tuple.h file to identify the APIs available for Tuple creation and manipuation
- After building the library link it to your programe during compilation and include the tuple.h header file
There are lots of APIs and metadata yet to be implemented. Improvisation in terms of memory need to be implemented. If you are intersted to contribute, please write to below mail