11 releases (4 breaking)
0.5.0 | Jan 2, 2023 |
---|---|
0.4.0 | Jul 15, 2022 |
0.3.6 | Jun 8, 2022 |
0.3.2 | Apr 2, 2022 |
0.1.0 | Mar 30, 2022 |
#95 in #data-file
828 downloads per month
Used in diagnostic-quick
31KB
936 lines
Serde Binary
Serde data format for reading and writing binary data using binary-stream.
License
MIT
lib.rs
:
Serializer and deserializer for binary data.
Sequences and maps that encode a length prefix use a u32
for
portability across platforms which limits the number of
items in sequences and maps to 2^32.
Dependencies
~0.4–1MB
~24K SLoC