https://github.com/aandreba/into_string
https://github.com/aandreba/into_string
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aandreba/into_string
- Owner: Aandreba
- Created: 2022-09-08T12:42:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T13:03:25.000Z (over 3 years ago)
- Last Synced: 2025-02-05T08:51:30.454Z (over 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/into_string
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)