A Rust crate for auto-discovering RSS, Atom, JSON feeds.
Documentation is available on docs.rs.
feedfiner
can find feeds:
<link>
tag in the HTML<a>
tag in the HTMLSee the [documentation] for an example as well as the [examples] directory in
the source. Examples are runnable with cargo run --example example-name
.
Some logic derived from [FeedFinder] in [Feedbin].