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

#2664 in Encoding

Download history 114/week @ 2024-11-25 171/week @ 2024-12-02 142/week @ 2024-12-09 108/week @ 2024-12-16 139/week @ 2024-12-23 90/week @ 2024-12-30 163/week @ 2025-01-06 238/week @ 2025-01-13 174/week @ 2025-01-20 200/week @ 2025-01-27 171/week @ 2025-02-03 183/week @ 2025-02-10 151/week @ 2025-02-17 137/week @ 2025-02-24 158/week @ 2025-03-03 229/week @ 2025-03-10

692 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
~23K SLoC