Crate indexed_file

Source
Expand description

A simple library to index and read large files by its lines using a pregenerated index

Re-exports§

pub use file::File;
pub use string::IndexedString;

Modules§

any
Generic implementation to use various types as reader
bufreader
Basic implementation for std::io::BufReader
error
file
A wrapper around std::fs::File which implements ReadByLine
index
The index of files
string
An indexed string reader

Traits§

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

Type Aliases§

Result