18 stable releases (5 major)
new 8.0.0 | Jun 5, 2023 |
---|---|
7.0.0 | Jun 4, 2023 |
6.0.0 | Jun 4, 2023 |
5.1.0 | May 31, 2023 |
3.0.2 | Jul 19, 2022 |
#3 in #binary-reader
602 downloads per month
Used in 2 crates
(via serde-binary)
59KB
1.5K
SLoC
Binary Stream
A binary stream reader and writer.
Credits
Derived from the binary_rw crate.
lib.rs
:
Read and write binary data to streams.
An asynchronous version using futures::io is available using the async
feature.
Strings are length prefixed using u32
by default, use
the 64bit
feature if you really need huge strings.
Dependencies
~0–275KB