1
2
3
4
//! Code for calculating hamming distances and bitwise hamming distances

pub mod hamming_distance;
pub mod bitwise_hamming_distance;