Expand description
This crate provides two simple newtypes over String
s as well as a few convenience functions
to ease the manipulation of newsfeeds in RSS 2.0 or Atom format.
Structs§
- Feed
- A newtype struct to help manipulation of an RSS 2.0 or Atom feeds.
- Opml
- A newtype struct to help manipulation of an OPML 2.0 subscription list.
Functions§
- date_
parse - Naively but (probably) correctly converts the RFC 822 date format into ISO-8601.