pub fn parse_bytes(bytes: &[u8], source_name: &str) -> Result<Vec<FeedEntry>>
Parse already-fetched RSS/Atom bytes into entries, without a network round-trip.
Used internally by fetch/fetch_all; also useful for callers that fetch feed bytes through their own HTTP client/cache/proxy, and for offline parsing benchmarks/tests.
fetch
fetch_all