-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
CBOR/MessagePack from uint8_t * and size #478
Copy link
Copy link
Closed
Labels
aspect: binary formatsBSON, CBOR, MessagePack, UBJSONBSON, CBOR, MessagePack, UBJSONkind: enhancement/improvementsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Milestone
Description
Metadata
Metadata
Assignees
Labels
aspect: binary formatsBSON, CBOR, MessagePack, UBJSONBSON, CBOR, MessagePack, UBJSONkind: enhancement/improvementsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
How would one use
from_cbor/from_messagepackwhen data is stored in auint8_t-buffer received via a low-level C library?Could something be done in this library to support this without doing copy of the data into a vector?