Crate bzip2_rs[][src]

bzip2_rs is a pure Rust bzip2 decoder.

Main APIs

Features

  • Default features: Rust >= 1.34.2 is supported
  • rustc_1_37: bump MSRV to 1.37, enable more optimizations
  • rustc_1_40: bump MSRV to 1.40, enable more optimizations
  • rustc_1_51: bump MSRV to 1.51, enable more optimizations

Re-exports

pub use self::decoder::DecoderReader;

Modules

block

bzip2 low-level block APIs

decoder

bzip2 decoding APIs

header

bzip2 low-level header APIs