# to-str
[](https://github.com/DoumanAsh/to-str/actions/workflows/rust.yml)
[](https://crates.io/crates/to-str)
[](https://docs.rs/crate/to-str/)
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](https://github.com/fmtlib/fmt) and [itoa](https://github.com/dtolnay/itoa)