Skip to main content

from_str

Function from_str 

Source
pub const fn from_str(s: &str) -> SlimStr<'_>
Expand description

Converts &str into the slim limited version.

Panics when str.len() > u32::MAX.