ufmt 0.2.0

A (6-40x) smaller, (2-9x) faster and panic-free alternative to `core::fmt`
Documentation
1
2
3
4
5
6
7
8
9
10
mod array;
mod core;
mod hex;
mod ixx;
mod nz;
mod ptr;
#[cfg(feature = "std")]
mod std;
mod tuple;
mod uxx;