to-arraystring 0.2.2

A no-alloc ToString, for bool/integer/float types
Documentation
1
2
3
4
5
6
7
8
9
# to-arraystring

A no-std version of ToString implemented for bool/integer/float types formatting into an ArrayString.

## Minimum Supported Rust Version

This is currently 1.56 with no features active, and is considered a breaking update to increase.

- Using the `nonzero_impls` feature, this increases to 1.79.