Prospective prime support.
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user