bitread 0.1.9

The bitread library in Rust is designed to efficiently convert small binary data into Rust structs
Documentation
1
2
3
4
5
6
7
pub use crate::bitread::*;
pub use crate::read_bits;
pub use bitread_macro::*;
pub use bitvec::prelude::*;
pub mod bitvec {
    pub use bitvec::*;
}