OPML library for Rust & standalone CLI.
https://crates.io/crates/opml
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
opml_api | 1 year ago | |
opml_cli | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 3 years ago | |
LICENSE-Apache | 3 years ago | |
LICENSE-MIT | 1 year ago | |
Makefile.toml | 1 year ago | |
README.md | 1 year ago | |
rustfmt.toml | 3 years ago |
README.md
OPML 📄
OPML library for Rust & standalone CLI.
API
For API documentation and examples see docs.rs.
CLI
Cargo
With a working Rust and Cargo installation, you can install the OPML CLI from Crates.io.
cargo install opml_cli
Binaries
Precompiled x86_64-unknown-linux-gnu
binaries are available on the Releases page.
License
Distributed under the Apache License 2.0 and MIT licenses, see LICENSE-Apache and LICENSE-MIT for more information.
The samples located in opml_api/tests/spec_samples
) were taken from the OPML 2.0 spec and are subject to their own license.