#formatting #no-alloc #optimization #arraystring

no-std to-arraystring

A no-alloc ToString, for bool/integer/float types

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

Download history 196/week @ 2024-07-28 275/week @ 2024-08-04 200/week @ 2024-08-11 181/week @ 2024-08-18 163/week @ 2024-08-25 218/week @ 2024-09-01 207/week @ 2024-09-08 196/week @ 2024-09-15 196/week @ 2024-09-22 142/week @ 2024-09-29 272/week @ 2024-10-06 138/week @ 2024-10-13 244/week @ 2024-10-20 128/week @ 2024-10-27 216/week @ 2024-11-03 535/week @ 2024-11-10

1,136 downloads per month
Used in 4 crates

MIT license

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