to-str 2.1.0

Efficient interface to convert value to it's textual representation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# to-str

[![Rust](https://github.com/DoumanAsh/to-str/actions/workflows/rust.yml/badge.svg)](https://github.com/DoumanAsh/to-str/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/to-str.svg)](https://crates.io/crates/to-str)
[![Documentation](https://docs.rs/to-str/badge.svg)](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)