[][src]Module rich_lib::lines

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.

MergeLines

The MergeLines trait contains all functions to be implemented that will join separate lines into a single object (String).

SplitLines

The SplitLines trait contains all functions to be implemented that splits an object (String) into separate lines.

Type Definitions

StringLines

A simple vector of strings.