#convert #string #cast #conversion

nightly no-std into_string

Helper crate to convert values into strings avoiding extra allocations

8 stable releases

2.0.0 Nov 7, 2022
1.2.1 Oct 27, 2022
1.1.1 Oct 25, 2022
1.0.3 Sep 9, 2022
1.0.2 Sep 8, 2022

#2833 in Rust patterns

40 downloads per month

MIT/Apache

10KB
251 lines

into_string is a helper crate to convert values into strings avoiding extra allocations.

Note
Some of the functionality of this crate must be enabled with the max feature. When max is disabled, into_string uses the min_specialization API, which lacks some of the features of specialization, but is complete (currently, specialization is marked as an incomplete feature and shows a warning when enabled)

Dependencies

~4KB