Skip to main content

fetch

Function fetch 

Source
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.