#formatting #no-alloc #optimization #arraystring

no-std to-arraystring

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

2 releases

0.1.1 Mar 29, 2024
0.1.0 Mar 8, 2024

#121 in Value formatting

Download history 281/week @ 2024-03-05 432/week @ 2024-03-12 270/week @ 2024-03-19 606/week @ 2024-03-26 155/week @ 2024-04-02 286/week @ 2024-04-09 226/week @ 2024-04-16

1,341 downloads per month

MIT license

7KB
109 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

~140KB