pub use decoder::*;
pub use encoder::*;
pub use unaligned::*;
Define a codec implementation for a zerocopy value that implements FromBytes, AsBytes, and Unaligned.
FromBytes
AsBytes
Unaligned