A basic CBOR library for C++.
Find a file
TennesseeTrash 11636af323 Initial decoder implementation, including a basic two-way test
The implementation is still far from perfect, it's at beast a proof of concept. There are many edge cases that are definitely still not covered, and many rough edges in the quality of the code.

I am also not convinced that exceptions are the best error handling method for this, particularly for publicly exposes interfaces that may be much more susceptible to DoS attacks due to malformed input (and the resulting overhead in handling exceptions).
2025-09-18 23:23:33 +02:00
LibCBOR Initial decoder implementation, including a basic two-way test 2025-09-18 23:23:33 +02:00
Tests Initial decoder implementation, including a basic two-way test 2025-09-18 23:23:33 +02:00
.gitignore Basic project structure, basic encoder implementation 2025-09-14 13:58:26 +02:00
CMakeLists.txt Basic project structure, basic encoder implementation 2025-09-14 13:58:26 +02:00