stdext 0.3.3

Extensions for the Rust standard library structures.
Documentation
1
2
3
4
//! Extensions for the built-in numeric types.

pub mod float_convert;
pub mod integer;