Expand description
Lines
is a module that contains various traits to easily work with lines in a String.
Traits§
- Lines
- The
Lines
trait contains all functions to be implemented. - Merge
Lines - The
MergeLines
trait contains all functions to be implemented that will join separate lines into a single object (String). - Split
Lines - The
SplitLines
trait contains all functions to be implemented that splits an object (String) into separate lines.
Type Aliases§
- String
Lines - A simple vector of strings.