fastnum 0.7.4

Fast decimal numbers library
Documentation
1
2
3
4
5
6
7
mod to_float;
mod to_int;
mod to_uint;

pub(crate) use to_float::*;
pub(crate) use to_int::*;
pub(crate) use to_uint::*;