OPML library for Rust & standalone CLI.
https://crates.io/crates/opml
Bauke 823a137a76 | ||
---|---|---|
examples | ||
source | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
License-Apache | ||
License-MIT | ||
ReadMe.md | ||
rustfmt.toml |
ReadMe.md
OPML
An OPML 2.0 parser for Rust.
Contents
Expertise Wanted
This is the first crate I'm publishing to crates.io and the first proper library I've made for Rust. Any help or tips with how to improve the API, documentation, usability, testing or anything else is very welcome. Feel free to create an issue or contact me via email at helllo@holllo.cc.
License
Open-sourced with either the
- Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (http://opensource.org/licenses/MIT)
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.