1
2
3
4
pub struct B16<T>(T);

include!("./encode/encode.rs");
include!("./decode/decode.rs");