#![no_std] pub mod traits; #[derive(Clone, Copy, Debug, Default, Hash)] #[repr(transparent)] pub struct F16(pub u16);