Expand description
Contains the main types and data structures used to represent RSS feeds. This module contains the core data structures and functionality for RSS feeds.
It includes definitions for RSS versions, RSS data, and RSS items, as well as utility functions for URL validation and date parsing.
Structs§
- Represents the main structure for an RSS feed.
- Represents an item in the RSS feed.
Enums§
- Represents the fields of an RSS data structure.
- Represents the fields of an RSS item.
- Represents the different versions of RSS.
Functions§
- Parses a date string into a
DateTime
. - Validates a URL string.