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§
Enums§
- RssData
Field - Represents the fields of an RSS data structure.
- RssItem
Field - Represents the fields of an RSS item.
- RssVersion
- Represents the different versions of RSS.
Functions§
- parse_
date - Parses a date string into a
DateTime. - validate_
url - Validates a URL string.