new_york_utils 0.1.1

Library for calculation some things
Documentation
1
2
3
4
5
6
7
8
mod matrix;
mod levenshtein;
mod error;
mod make_id;

pub use matrix::Matrix;
pub use levenshtein::levenshtein;
pub use make_id::make_id;