1//! Binary Serialization/Deserialization 2pub mod align; 3pub mod de; 4pub mod hexdump; 5pub mod ser; 6pub mod serde;