fastnum2 0.3.2

fork of Fast decimal numbers library
Documentation
1
2
3
4
5
6
7
8
9
mod from_float;
mod from_int;
mod from_str;
mod from_uint;

pub(crate) use from_float::{from_f32, from_f64};
pub(crate) use from_int::*;
pub(crate) use from_str::from_slice;
pub(crate) use from_uint::*;