hide wide_traits behind a feature flag

This commit is contained in:
2024-08-26 17:28:33 -07:00
parent ac5ef8f9be
commit fa2b9ca515
6 changed files with 62 additions and 36 deletions
fixed_wide
fixed_wide_vectors

@ -1,2 +1,5 @@
pub mod fixed;
pub mod types;
#[cfg(feature="wide_traits")]
mod wide_traits;