math_analize/
lib.rs

1pub mod ma {
2    pub mod options;
3    pub mod methods;
4    pub mod functions;
5}