Support Encoded CBOR data item
Open
documentation
enhancement
- Dominant language
- Rust
- Stars
- 305
- Forks
- 79
- Avg merge
- 21h 59m
- Merged PRs (30d)
- 2
Description
CBOR has the idea of encoding data items in binary (CBOR) and then embedding them in the object itself. This has some really big benefits around in-place decoding because bstr are length prefixed, and you can skip decoding the entire item versus having to seek through the stream.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.