| Crates.io | into_string |
| lib.rs | into_string |
| version | 2.0.0 |
| created_at | 2022-09-08 12:49:27.446875+00 |
| updated_at | 2022-11-07 13:03:32.613221+00 |
| description | Helper crate to convert values into strings avoiding extra allocations |
| homepage | |
| repository | https://github.com/Aandreba/into_string |
| max_upload_size | |
| id | 661058 |
| size | 9,884 |
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 themaxfeature. Whenmaxis disabled,into_stringuses themin_specializationAPI, which lacks some of the features ofspecialization, but is complete (currently,specializationis marked as an incomplete feature and shows a warning when enabled)