Docs.rs
bzip2-0.4.4
bzip2 0.4.4
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
alexcrichton
Dependencies
bzip2-sys ^0.1.11
normal
futures ^0.1
normal
libc ^0.2
normal
tokio-io ^0.1
normal
partial-io ^0.3
dev
quickcheck ^1.0
dev
quickcheck ^0.6
dev
rand ^0.8
dev
tokio-core ^0.1
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module bufread
Structs
?
Module
bzip2
::
bufread
source
·
[
−
]
Expand description
I/O streams for wrapping
BufRead
types as encoders/decoders
Structs
BzDecoder
A bz2 decoder, or decompressor.
BzEncoder
A bz2 encoder, or compressor.
MultiBzDecoder
A bzip2 streaming decoder that decodes all members of a multistream.