1 2 3 4 5
mod hamming; mod split; pub use hamming::{hdist, hdist_scalar}; pub use split::split_packed;