1#![feature(mapped_lock_guards)] 2 3mod core; 4pub mod io; 5pub mod linalg; 6pub mod prelude; 7mod error; 8 9pub use core::*; 10pub use error::*;