Crate koifeed

Crate koifeed 

Source
Expand description

This crate provides two simple newtypes over Strings 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.