#![no_std] #![deny(unconditional_recursion)] #[cfg(any(feature = "std", test))] extern crate std; pub mod f16; pub mod scalar; pub mod traits;