find-rss

Crates.iofind-rss
lib.rsfind-rss
version0.0.1
sourcesrc
created_at2020-04-13 19:29:24.919031
updated_at2020-04-13 19:29:24.919031
descriptionParse rel=alternate to find RSS feeds
homepage
repositoryhttps://github.com/notriddle/find-rss
max_upload_size
id229791
size72,249
Michael Howell (notriddle)

documentation

README

Parses rel=alternate links to RSS feeds.

$ cargo run bors.tech
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/find-rss 'https://bors.tech'`
https://bors.tech/feed.xml

This was basically built by gutting ammonia and a half-hour of work. It is excessively complex because I didn't take the time to really simplify it.

Commit count: 0

cargo fmt