bin_codec 0.1.0

binary encoder decoder with bit field
Documentation
#[derive(Debug, PartialEq)]
pub enum Error {
    UnexpectEndOfBuff,
}


pub type Result<T> = core::result::Result<T, Error>;