Skip to content

RSS Gen 🦀 v0.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 21:44
0ac0ca1

Release v0.0.3 - 2024-10-15

RSS Gen logo

RSS Gen

A comprehensive Rust library for generating, parsing, serializing, and deserializing RSS feeds across various RSS versions.

Made With Love Crates.io lib.rs Docs.rs License Build Status

• 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

Full Changelog: v0.0.2...v0.0.3