Skip to content

Releases: sebastienrousseau/rssgen

RSS Gen 🦀 v0.0.3

15 Oct 21:44
0ac0ca1
Compare
Choose a tag to compare

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

WebsiteDocumentationReport BugRequest FeatureContributing 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

RSS Gen 🦀 v0.0.2

11 Oct 23:51
4a7e57d
Compare
Choose a tag to compare

Release v0.0.2 - 2024-10-11

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

WebsiteDocumentationReport BugRequest FeatureContributing 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

New Contributors

Full Changelog: v0.0.1...v0.0.2

RSS Gen 🦀 v0.0.1

28 Sep 18:10
c698c88
Compare
Choose a tag to compare

Release v0.0.1 - 2024-09-28

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

WebsiteDocumentationReport BugRequest FeatureContributing 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

Full Changelog: https://github.com/sebastienrousseau/rssgen/commits/v0.0.1