feed_rs::parser

Function parse

source
pub fn parse<R: Read>(source: R) -> ParseFeedResult<Feed>
Expand description

Parses the provided source with the defaults

Customisation of the parser (e.g. base URI, custom timestamp parsers etc. can be configured through the builder.