Crate char_slice [] [src]

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

CharSlice

This trait provides the char_slice method.