pub async fn fetch(source: FeedSource) -> Result<Vec<FeedEntry>>Expand description
Fetch and parse a single feed source.
Returns an empty Vec (not an error) when the feed is reachable but empty.
pub async fn fetch(source: FeedSource) -> Result<Vec<FeedEntry>>Fetch and parse a single feed source.
Returns an empty Vec (not an error) when the feed is reachable but empty.