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

#2668 in Encoding

Download history 115/week @ 2024-11-23 177/week @ 2024-11-30 135/week @ 2024-12-07 122/week @ 2024-12-14 138/week @ 2024-12-21 60/week @ 2024-12-28 166/week @ 2025-01-04 230/week @ 2025-01-11 197/week @ 2025-01-18 211/week @ 2025-01-25 149/week @ 2025-02-01 177/week @ 2025-02-08 159/week @ 2025-02-15 151/week @ 2025-02-22 159/week @ 2025-03-01 216/week @ 2025-03-08

701 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