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

#106 in #data-file

Download history 258/week @ 2024-10-13 365/week @ 2024-10-20 89/week @ 2024-10-27 121/week @ 2024-11-03 172/week @ 2024-11-10 130/week @ 2024-11-17 116/week @ 2024-11-24 171/week @ 2024-12-01 145/week @ 2024-12-08 117/week @ 2024-12-15 139/week @ 2024-12-22 69/week @ 2024-12-29 167/week @ 2025-01-05 226/week @ 2025-01-12 199/week @ 2025-01-19 195/week @ 2025-01-26

805 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
~22K SLoC