An OPML parser for Rust.
```rust use opml::OPML;
let xml = r#"
println!("{:#?}", parsed); ```
Check out the documentation for further details.
Looking for a command-line utility to parse OPML documents? Check out the opml-cli
, a small wrapper around this crate that will let you do just that.
Open-sourced with either the
at your option.
The samples located in tests/spec_samples
were taken from the OPML 2.0 spec and are subject to their own license.