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§
- RSS feed validator for validating the structure and content of an RSS feed.
Functions§
- Validates the provided
RssDataand returns aResultindicating success or failure.