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

Download history 268/week @ 2024-07-20 310/week @ 2024-07-27 178/week @ 2024-08-03 168/week @ 2024-08-10 123/week @ 2024-08-17 241/week @ 2024-08-24 315/week @ 2024-08-31 218/week @ 2024-09-07 113/week @ 2024-09-14 129/week @ 2024-09-21 157/week @ 2024-09-28 110/week @ 2024-10-05 251/week @ 2024-10-12 366/week @ 2024-10-19 83/week @ 2024-10-26 108/week @ 2024-11-02

828 downloads per month
Used in diagnostic-quick

MIT license

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