goldenMetteyya d4c0b721c9 feat: implement prime generation related features
also switches the benchmarks to criterion
2019-01-15 15:02:12 +01:00

5 lines
71 B
Rust

pub mod bigint;
pub mod factorial;
pub mod gcd;
pub mod prime_benches;