Expand description
This crate provides the CharSlice
trait which is implemented for &str
’s
and provides the char_slice
method, which allows extracting a sequence of
unicode codepoints from a slice.
Traits§
- Char
Slice - This trait provides the
char_slice
method.