pub fn parse_feed(
body: &[u8],
feed_url: &str,
params: &FetchParams,
) -> Result<ParsedFeed, RssError>Expand description
Parse raw feed bytes into a ParsedFeed. feed_url is the (post-redirect) URL the
bytes came from, used both for relative-link resolution and as the id namespace.