If you make any modifications or additions to this library, please consider sharing them so that others may benefit.
If you have an idea but not sure how to implement it, raise an issue.
You can submit changes via GitHub Pull Requests.
Please consider the following elements as part of your PR:
- Unit testing. Does the existing test application cover your usage? If not, add the required test cases or a new module, if appropriate.
- Stick to the library conventions and avoid declaring multiple classes in a single file.
- Use clang-format in "file" mode to format the code
Thank you!