OPML library for Rust & standalone CLI. https://crates.io/crates/opml
Go to file
Bauke f9bfe86ad6
Redo the cargo-make configuration to make use of default tasks.
2024-01-21 13:50:11 +01:00
opml_api Update all dependencies. 2024-01-21 13:48:27 +01:00
opml_cli Update all dependencies. 2024-01-21 13:48:27 +01:00
.envrc Add Nix flake and direnv files. 2024-01-21 13:41:41 +01:00
.gitignore Add Nix flake and direnv files. 2024-01-21 13:41:41 +01:00
Cargo.lock Update all dependencies. 2024-01-21 13:48:27 +01:00
Cargo.toml Switch the resolver. 2024-01-21 13:42:23 +01: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 Redo the cargo-make configuration to make use of default tasks. 2024-01-21 13:50:11 +01:00
README.md Rewrite readme. 2022-09-30 23:34:20 +02:00
flake.lock Add Nix flake and direnv files. 2024-01-21 13:41:41 +01:00
flake.nix Add Nix flake and direnv files. 2024-01-21 13:41:41 +01:00
rustfmt.toml Restore rustfmt.toml and apply changes. 2020-08-29 16:46:54 +02:00
rustup-toolchain.toml Add Nix flake and direnv files. 2024-01-21 13:41:41 +01:00
shell.nix Add Nix flake and direnv files. 2024-01-21 13:41:41 +01: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.