new_york_utils 0.1.7

Library for calculation some things
Documentation
1
2
3
4
5
6
7
8
9
10
pub use file::{exists_file, read_from_file, write_to_file};
pub use levenshtein::levenshtein;
pub use make_id::make_id;
pub use matrix::Matrix;

mod error;
mod file;
mod levenshtein;
mod make_id;
mod matrix;