entropic 0.1.1

Traits for converting Rust data structures to/from unstructured bytes
Documentation
1
2
3
4
5
#[cfg(feature = "bitvec")]
mod bitvec {
    use entropic::prelude::*;
    use bitvec::prelude::*;
}