Expand description
Traits§
- AnsiCut
- AnsiCut a trait to cut a string while keeping information about its color defined as ANSI control sequences.
Functions§
- chunks
- Returns an Vec over chunk_size elements of string, starting at the beginning of the slice. It uses chars but not bytes!