Function feed_rs::parser::parse_with_uri

source ยท
pub fn parse_with_uri<R: Read>(
    source: R,
    uri: Option<&str>
) -> ParseFeedResult<Feed>
๐Ÿ‘ŽDeprecated since 1.5.3: Replaced with base_uri() function on the builder
Expand description

Convenience during transition to the builder