Function database

Source
pub fn database(i: &[u8]) -> IResult<&[u8], Database<'_>>
Expand description

Goes through the whole input page-by-page NOTE: you should use specific parsers or Reader to parse file lazily