Module ripline::lines[][src]

Expand description

A collection of routines for performing operations on lines.

Structs

An iterator over lines in a particular slice of bytes.

An explicit iterator over lines in a particular slice of bytes.

Functions

Count the number of occurrences of line_term in bytes.

Return the start and end offsets of the lines containing the given range of bytes.

Returns the minimal starting offset of the line that occurs count lines before the last line in bytes.

Given a line that possibly ends with a terminator, return that line without the terminator.