Crate indexed_file[][src]

Expand description

A simple library to index and read large files by its lines.

Modules

Structs

A wrapper around async_std::fs::File which implements ReadByLine and holds an index of the lines.

Traits

A trait defining behavior for reading certain lines directly from indexed files.

Type Definitions