indexed_file 0.1.2

A library to index and read large files by its lines efficiently
Documentation
1
2
3
use crate::any::IndexedReader;

pub type IndexedString = IndexedReader<String>;