A basic CBOR library for C++.
Find a file
TennesseeTrash ca8750aab2 Refactors
- Refer to std::span<std::uint8_t> as Buffer
- Refer to std::span<const std::uint8_t> as ConstBuffer
- Use more consistent naming for members

These were mostly added so the function prototypes look a bit better.
2025-09-26 02:16:52 +02:00
LibCBOR Refactors 2025-09-26 02:16:52 +02:00
Tests Add the ability to print a nearly arbitrary CBOR encoded value 2025-09-26 01:52:23 +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