1#![feature(portable_simd, test, array_chunks)] 2 3extern crate npyz; 4extern crate rand; 5extern crate test; 6 7pub mod caching; 8pub mod fs; 9pub mod numerics;