fastnum2 0.3.2

fork of 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::*;