parse_osm_pbf

Function parse_osm_pbf 

Source
pub fn parse_osm_pbf<'a, R: AsyncRead + Unpin + Send + 'a>(
    pbf_reader: R,
) -> impl Stream<Item = Result<FileBlock, ParseError>> + Send + 'a
Expand description

Parse the PBF format into a stream of FileBlocks