Function to_minimap

Source
pub fn to_minimap<'a, R>(
    reader: R,
    settings: Settings,
) -> Box<dyn Iterator<Item = String> + 'a>
where R: Read + 'a,
Expand description

Generate minimap/preview for the text read from readerj