binary-codec 0.1.1

A binary codec for Rust that provides serialization and deserialization of data structures to and from binary formats.
Documentation
1
2
3
4
#[cfg(test)]
mod tests {
    // TODO: add some tests here
}