Version 1.1.5!
- Rewrote the readme.
- Updated license year and email.
- Updated the OPML CLI to use Clap's new Derive API.
- Rewrote OPML CLI tests using insta and test_case.
- Added
Eq
derive to OPML structs. - Updated Rust edition and dependencies.
- Updated Cargo.toml metadata.
- Added
#![forbid(unsafe_code)]
. - Cleaned up some documentation and the RSS example.