1
2
3
4
5
#[macro_use] #[cfg(test)] extern crate maplit;
pub mod primes;

#[cfg(test)]
mod tests;