Docs.rs
binary-stream-10.0.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
binary-stream 10.0.0
Binary stream reader and writer
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
63
out of
63
items documented
0
out of
58
items with examples
Size
Source code size: 92.44 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 3.82 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
tmpfs/binary-stream
2
0
2
crates.io
Dependencies
async-trait ^0.1
normal
optional
futures ^0.3
normal
optional
tokio ^1
normal
optional
anyhow ^1
dev
tempfile ^3.5
dev
tokio ^1
dev
tokio-util ^0.7
dev
rustc_version ^0.4.0
build
Versions
10.0.0
9.1.0
9.0.0
8.3.0
8.2.0
8.1.0
8.0.0
7.0.0
6.0.0
5.1.0
5.0.1
5.0.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.4.0
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
Owners
Binary Stream
A binary stream reader and writer.
Credits
Derived from the
binary_rw
crate.