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

#2268 in Encoding

Download history 219/week @ 2024-01-06 438/week @ 2024-01-13 540/week @ 2024-01-20 985/week @ 2024-01-27 1070/week @ 2024-02-03 697/week @ 2024-02-10 247/week @ 2024-02-17 197/week @ 2024-02-24 112/week @ 2024-03-02 182/week @ 2024-03-09 296/week @ 2024-03-16 205/week @ 2024-03-23 190/week @ 2024-03-30 232/week @ 2024-04-06 316/week @ 2024-04-13 378/week @ 2024-04-20

1,120 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–1.1MB
~25K SLoC