7 releases
0.2.2 | Jul 8, 2024 |
---|---|
0.2.1 | Jul 8, 2024 |
0.2.0 | May 31, 2024 |
0.1.3 | May 8, 2024 |
0.1.1 | Mar 29, 2024 |
#182 in Value formatting
1,136 downloads per month
Used in 4 crates
9KB
150 lines
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.
lib.rs
:
A no-alloc version of ToString
implemented for bool/integer/float types formatting into an ArrayString
.
Minimum Supported Rust Version
This is currently 1.56, and is considered a breaking update to increase.
- Using the
nonzero_impls
feature, this increases to 1.79.
Dependencies
~145KB