packed_struct 0.2.2

Binary-level structure packing and unpacking generator
Documentation
1
2
3
4
5
6
7
#[cfg(not(feature="std"))]
#[path = "no_std.rs"]
pub mod v1;

#[cfg(feature="std")]
#[path = "std.rs"]
pub mod v1;