Expand description
Provides procedural macros for simplifying RSS operations. This module provides macros for generating RSS feeds and setting fields for RSS data.
It includes macros for generating RSS feeds from provided data using the quick_xml crate,
as well as macros for setting fields in the RssData
struct.