Releases: sebastienrousseau/rssgen
RSS Gen 🦀 v0.0.3
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
RSS Gen 🦀 v0.0.2
Release v0.0.2 - 2024-10-11
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 📚
- ci(rssgen): 🐛 fix an item with the specified name D:\a\rssgen\rssgen\target\package already exists.
What's Changed
- v0.0.2 by @sebastienrousseau in #3
New Contributors
- @sebastienrousseau made their first contribution in #3
Full Changelog: v0.0.1...v0.0.2
RSS Gen 🦀 v0.0.1
Release v0.0.1 - 2024-09-28
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 📚
- docs(rssgen): 📝 Updated documentation and github release workflow
What's Changed
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: https://github.com/sebastienrousseau/rssgen/commits/v0.0.1