lib 0.0.3-0

LIB: Math and container utilities for Rust. Notice: study purpose, not production ready.
Documentation
1
2
3
4
5
#[cfg(test)]
pub mod test{
    pub trait Test{}
    impl<T:crate::math::traits::MulId> Test for T{}
}