new_york_utils 0.1.4

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

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