diff options
Diffstat (limited to 'libraries/libcbor/README')
-rw-r--r-- | libraries/libcbor/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libcbor/README b/libraries/libcbor/README new file mode 100644 index 000000000000..08e84fa39b8a --- /dev/null +++ b/libraries/libcbor/README @@ -0,0 +1,12 @@ +libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format. + +Main features: + Complete RFC conformance + Robust C99 implementation + Layered architecture offers both control and convenience + Flexible memory management + No shared global state - threading friendly + Proper handling of UTF-8 + Full support for streams & incremental processing + Extensive documentation and test suite + No runtime dependencies, small footprint |