Expand description
Support for creating Atom feeds from a list of posts.
Structs§
- Feed
Config - Bundled configuration for creating a feed.
Enums§
- Error
- Represents a problem creating a feed. Variants inlude I/O, Atom, and date-time parsing issues.
Functions§
- write_
feed - Creates a feed from some configuration (
FeedConfig) and a list ofPosts and writes the result to astd::io::Write. This function takes ownership of the providedFeedConfig.