math_rs/
lib.rs

1mod ffi;
2pub mod matrix;
3mod result;
4
5pub use result::*;