1
2
3
4
5
6
#![forbid(unsafe_code)]
#![forbid(warnings)]

pub mod f32;

// TODO: pub mod f64