#array-string #no-alloc #optimization #formatting

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

#394 in Value formatting

Download history 275/week @ 2025-11-21 340/week @ 2025-11-28 278/week @ 2025-12-05 390/week @ 2025-12-12 417/week @ 2025-12-19 461/week @ 2025-12-26 442/week @ 2026-01-02 453/week @ 2026-01-09 450/week @ 2026-01-16 468/week @ 2026-01-23 313/week @ 2026-01-30 459/week @ 2026-02-06 709/week @ 2026-02-13 621/week @ 2026-02-20 759/week @ 2026-02-27 826/week @ 2026-03-06

2,969 downloads per month
Used in 4 crates

MIT license

9KB
150 lines

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.

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.

Dependencies

~165KB