rss2json

Crates.iorss2json
lib.rsrss2json
version1.0.1
sourcesrc
created_at2024-04-23 09:15:01.51753
updated_at2024-04-24 18:08:42.257169
descriptionParses RSS feeds and outputs as JSON
homepage
repositoryhttps://github.com/trevarj/rss2json
max_upload_size
id1217321
size12,491
Trevor Arjeski (trevarj)

documentation

https://docs.rs/rss2json

README

rss2json

Minimal *nix filter to read in a RSS/Atom (XML) feed and output it to JSON.

Usage

# Read from stdin:
cat feed.xml | rss2json
# Read from file:
rss2json feed.xml
Commit count: 5

cargo fmt