Closed bbigras closed 5 months ago
RSS and Atom are distinct formats. You need to use atom crate instead.
Ah thanks. I guess I thought that the rss supported atom since it has an atom feature.
Nope. atom
feature is to support some Atom tags inside of a regular RSS document.
There is another crate https://github.com/rust-syndication/syndication which combines Atom and RSS but it seems abandoned.
https://github.com/NixOS/nixpkgs/commits/nixos-unstable.atom
EDIT:
I seem able to use
atom_syndication
directly.