fixed_wide_vectors/fixed_wide/src/lib.rs

6 lines
78 B
Rust

pub mod fixed;
pub mod types;
#[cfg(feature="wide_traits")]
mod wide_traits;