libribzip2 0.5.0

a bzip2 library written in pure rust
Documentation
1
2
3
4
5
6
7
8
pub mod bitreader;
pub mod bitwriter;

#[derive(Clone, PartialEq, Eq, Debug, PartialOrd, Copy)]
pub enum Bit {
    Zero,
    One,
}