Expand description

Support for creating Atom feeds from a list of posts.

Structs

Bundled configuration for creating a feed.

Enums

Represents a problem creating a feed. Variants inlude I/O, Atom, and date-time parsing issues.

Functions

Creates a feed from some configuration (FeedConfig) and a list of Posts and writes the result to a std::io::Write. This function takes ownership of the provided FeedConfig.