#![feature(augmented_assignments)] #![feature(core)] #![feature(test)] extern crate core; extern crate ramp; extern crate rand; pub mod prime;