to-str 2.0.0

Efficient interface to convert value to it's textual representation
Documentation

to-str

Rust Crates.io Documentation

Generic trait for efficient conversion to string. Suitable for no_std. Includes const fn version of formatting in Buffer.

MSRV 1.85

Inspired by C++ fmt and itoa