Crate indexed_file

Source
Expand description

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

Re-exports§

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§

Type Aliases§