Module validator

Source
Expand description

Provides utilities for validating RSS feeds. RSS feed validator module

This module provides functionality to validate RSS feeds, ensuring they conform to the specified RSS version standards and contain valid data.

Structs§

RssFeedValidator
RSS feed validator for validating the structure and content of an RSS feed.

Functions§

validate_rss_feed
Validates the provided RssData and returns a Result indicating success or failure.