round_float/
lib.rs

1#![cfg_attr(feature = "no_std", no_std)]
2
3pub mod round_float;
4pub use round_float::RoundToFraction;