Library for serializing the Atom web content syndication format.
Documentation
Usage
Add the dependency to your Cargo.toml.
[dependencies]
atom_syndication = "0.6"
Or, if you want Serde include the feature like this:
[dependencies]
atom_syndication = { version = "0.6", features = ["with-serde"] }
The package includes a single crate named atom_syndication.
extern crate atom_syndication;