feed
is a rust library for creating channels feeds and parsing channels feeds from an URL and retrieving the elements.
The next version will be 2.0 and there will be breaking changes to the api
The project is migrating to use the rss library for reading and writing rss feeds
To include feed
as a cargo dependency you have to add it to your Cargo.toml:
Toml
[dependencies]
feed = "2.0"
Anyone who interacts with feed
in any space including but not limited to
this GitHub repository is expected to follow our code of conduct
Copyright © 2015-2016 Chris Palmer, red-oxide.
feed
is available under the terms of the LGPL-3.0
license.