Module data

Source
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§

RssData
Represents the main structure for an RSS feed.
RssItem
Represents an item in the RSS feed.

Enums§

RssDataField
Represents the fields of an RSS data structure.
RssItemField
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.