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

#2351 in Encoding

Download history 275/week @ 2024-03-13 231/week @ 2024-03-20 154/week @ 2024-03-27 229/week @ 2024-04-03 283/week @ 2024-04-10 278/week @ 2024-04-17 375/week @ 2024-04-24 264/week @ 2024-05-01 185/week @ 2024-05-08 238/week @ 2024-05-15 197/week @ 2024-05-22 292/week @ 2024-05-29 270/week @ 2024-06-05 238/week @ 2024-06-12 103/week @ 2024-06-19 90/week @ 2024-06-26

741 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