#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

#98 in Value formatting

Download history 148/week @ 2024-09-26 320/week @ 2024-10-03 109/week @ 2024-10-10 244/week @ 2024-10-17 93/week @ 2024-10-24 218/week @ 2024-10-31 497/week @ 2024-11-07 639/week @ 2024-11-14 549/week @ 2024-11-21 386/week @ 2024-11-28 411/week @ 2024-12-05 208/week @ 2024-12-12 112/week @ 2024-12-19 39/week @ 2024-12-26 233/week @ 2025-01-02 149/week @ 2025-01-09

562 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