This library provides a C++ tool to save variables into a binary buffer or read variables from a binary buffer.
Check full documentation for more details.
- Anyone is welcome to contribute, but make sure you follow the existing coding style.
- Make sure to document all your changes/additions with Doxygen style comments.
Document generation is done with Doxygen If you do not have Doxygen, install it first
sudo apt-get install -y doxygen graphviz
Use Doxygen to generate the documentation
cd docs/Doxygen
doxygen Doxygen
This will generate the documentation. Commit and push to update the online documentation.