feed
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
Use
To include feed as a cargo dependency you have to add it to your Cargo.toml:
[]
= "2.0"
Code of conduct
Anyone who interacts with feed in any space including but not limited to
this GitHub repository is expected to follow our code of conduct
License
Copyright © 2015-2016 Chris Palmer, red-oxide.
feed is available under the terms of the LGPL-3.0 license.
