i2u 0.9.1

Common useful functions, that are Zero cost abstractions using generics, to easily convert numbers to binary, hex, octal, and convert any type that implements Debug into a String.
Documentation
1
2
3
//! Import commonly used functions from modules in this crate: fmt
//!
pub use crate::fmt::*;