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§
- Generic implementation to use various types as reader
- Basic implementation for std::io::BufReader
- A wrapper around std::fs::File which implements ReadByLine
- The index of files
- An indexed string reader
Traits§
- A trait defining behavior for reading certain lines directly from indexed files.