into_string

Crates.iointo_string
lib.rsinto_string
version2.0.0
sourcesrc
created_at2022-09-08 12:49:27.446875
updated_at2022-11-07 13:03:32.613221
descriptionHelper crate to convert values into strings avoiding extra allocations
homepage
repositoryhttps://github.com/Aandreba/into_string
max_upload_size
id661058
size9,884
Alex (Aandreba)

documentation

README

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)

Commit count: 11

cargo fmt