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

#77 in #data-file

Download history 177/week @ 2023-12-11 172/week @ 2023-12-18 259/week @ 2023-12-25 249/week @ 2024-01-01 230/week @ 2024-01-08 413/week @ 2024-01-15 547/week @ 2024-01-22 983/week @ 2024-01-29 1066/week @ 2024-02-05 756/week @ 2024-02-12 193/week @ 2024-02-19 206/week @ 2024-02-26 110/week @ 2024-03-04 184/week @ 2024-03-11 290/week @ 2024-03-18 213/week @ 2024-03-25

802 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.5–1MB
~24K SLoC