bincode_ext 0.0.7

Types & functions to extend the functionality of bincode.
Documentation
1
2
3
4
5
6
7
8
9
extern crate rustc_serialize;

pub mod byte_order;
pub mod slice;

pub use slice::Fixed;
pub use byte_order::Le;

#[cfg(test)] mod test;