bitnuc 0.4.1

A library for efficient nucleotide sequence manipulation using 2-bit and 4-bit encodings
Documentation
1
2
3
4
5
mod hamming;
mod split;

pub use hamming::{hdist, hdist_scalar};
pub use split::split_packed;