Module bzip

Source
Available on crate features compression and bzip only.
Expand description

Defines a CompressionFormat for the bzip compression algorithm.

Re-exports§

pub extern crate bzip2 as original;

Structs§

BZip2
A CompressionFormat corresponding to the bzip compression algorithm. Implemented using the bzip2 crate.