#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

#117 in Value formatting

Download history 550/week @ 2024-03-24 258/week @ 2024-03-31 165/week @ 2024-04-07 356/week @ 2024-04-14 239/week @ 2024-04-21 446/week @ 2024-04-28 404/week @ 2024-05-05 270/week @ 2024-05-12 141/week @ 2024-05-19 328/week @ 2024-05-26 280/week @ 2024-06-02 331/week @ 2024-06-09 225/week @ 2024-06-16 34/week @ 2024-06-23 31/week @ 2024-06-30 347/week @ 2024-07-07

733 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

~140KB