Vendor import of libcbor 0.11.0

This commit is contained in:
Ed Maste
2024-05-03 18:27:44 -04:00
parent 058aa793d8
commit 5f50d6b344
44 changed files with 748 additions and 215 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ Internal workings of *libcbor* are mostly derived from the specification. The pu
Terminology
---------------
=== ====================== ========================================================================================================================================
MTB Major Type Byte http://tools.ietf.org/html/rfc7049#section-2.1
MTB Major Type Byte https://www.rfc-editor.org/rfc/rfc8949.html#section-3.1
--- ---------------------- ----------------------------------------------------------------------------------------------------------------------------------------
DST Dynamically Sized Type Type whose storage requirements cannot be determined
@@ -32,7 +32,7 @@ and also borrowing from
General notes on the API design
--------------------------------
The API design has two main driving priciples:
The API design has two main driving principles:
1. Let the client manage the memory as much as possible
2. Behave exactly as specified by the standard