Prospective prime support.

This commit is contained in:
2018-04-14 07:16:50 -07:00
parent c45235473a
commit 4985426e74
3 changed files with 138 additions and 137 deletions

View File

@@ -2,6 +2,7 @@
mod conversions;
#[macro_use]
mod complete_arith;
mod primes;
mod signed;
mod unsigned;
#[cfg(test)]
@@ -9,5 +10,4 @@ mod gold_tests;
pub use self::signed::SCN;
pub use self::unsigned::UCN;
pub use self::primes::*;