#formatting #no-alloc #optimization #arraystring

no-std to-arraystring

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

4 releases

new 0.1.3 May 8, 2024
0.1.2 May 8, 2024
0.1.1 Mar 29, 2024
0.1.0 Mar 8, 2024

#93 in Value formatting

Download history 198/week @ 2024-03-04 493/week @ 2024-03-11 224/week @ 2024-03-18 616/week @ 2024-03-25 193/week @ 2024-04-01 278/week @ 2024-04-08 244/week @ 2024-04-15 300/week @ 2024-04-22 388/week @ 2024-04-29 409/week @ 2024-05-06

1,459 downloads per month
Used in bool_to_bitflags

MIT license

7KB
127 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, and is considered a breaking update to increase.


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.

Dependencies

~145KB