OPML library for Rust & standalone CLI. https://crates.io/crates/opml
Go to file
Bauke 7545039bec
Version 1.1.5!
2022-10-02 22:10:29 +02:00
opml_api Version 1.1.5! 2022-10-02 22:10:29 +02:00
opml_cli Version 1.1.5! 2022-10-02 22:10:29 +02:00
.gitignore Update gitignore and move coverage directory. 2022-09-30 23:36:21 +02:00
Cargo.lock Version 1.1.5! 2022-10-02 22:10:29 +02:00
Cargo.toml Consolidate the API and CLI into one repository with Cargo workspaces. 2020-08-28 13:37:29 +02:00
LICENSE-Apache Move to self-hosted Gitea, clean up stuff. 2020-08-06 17:45:18 +02:00
LICENSE-MIT Update license year and email. 2022-09-30 23:46:53 +02:00
Makefile.toml Update gitignore and move coverage directory. 2022-09-30 23:36:21 +02:00
README.md Rewrite readme. 2022-09-30 23:34:20 +02:00
rustfmt.toml Restore rustfmt.toml and apply changes. 2020-08-29 16:46:54 +02:00

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.