Crate iterate_text[][src]

Expand description

A library for iterating over lines or characters from files or strings

This file exposes and organizes components within library files of [src/] directory

Modules

file

Text file iterators may read from path, buffer, or file descriptor

string

String iterators may assume ownership of any type that implements ToString