ads-rs 0.1.0

ads-rs (Algorithms and Data Structures) is a set of useful generic production-ready algorithms and data structures.
Documentation
1
2
3
4
5
mod gcd;
mod lcm;

pub use gcd::*;
pub use lcm::*;