Release v0.0.3 - 2024-10-15
RSS Gen
A comprehensive Rust library for generating, parsing, serializing, and deserializing RSS feeds across various RSS versions.
• Website • Documentation • Report Bug • Request Feature • Contributing Guidelines
Overview
rss-gen
is a powerful Rust library designed for working with RSS feeds. It provides functionality for generating, parsing, serializing, and deserializing RSS content across multiple RSS versions. It supports the following RSS versions: RSS 0.90, RSS 0.91, RSS 0.92, RSS 1.0, and RSS 2.0. The library offers a flexible and efficient way to handle RSS feeds in your Rust projects.
Features
- Support for RSS versions 0.90, 0.91, 0.92, 1.0, and 2.0
- Generation of RSS feeds from structured data
- Parsing of existing RSS feeds into structured data
- Serialization and deserialization of RSS data
- Extensible elements for managing standard and optional RSS fields
- Atom link support for modern syndication compatibility
- Image embedding for RSS 2.0 feeds
- Comprehensive error handling and validation
- Performance-optimized XML processing
Changelog 📚
- Merge pull request #4 from sebastienrousseau/feat/rssgen
What's Changed
- v0.0.3 by @sebastienrousseau in #4
Full Changelog: v0.0.2...v0.0.3