1#![cfg_attr(not(test), no_std)] 2 3#[cfg(test)] 4pub mod runtime; 5 6mod comptime; 7pub use comptime::{CMatrix, CVector, Operation}; 8pub use const_soft_float;