Crate split_first_char

Source
Expand description

§NOTE

This crate is deprecated, use split-char-from-str instead.

Traits§

SplitFirstChar
Convenient trait to call split_first_char as a method.

Functions§

split_first_char
Split a string into a pair of first character and the rest.