Crate into_string
source ·Expand description
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 themax
feature. Whenmax
is disabled,into_string
uses themin_specialization
API, which lacks some of the features ofspecialization
, but is complete (currently,specialization
is marked as an incomplete feature and shows a warning when enabled)