Crates.io | opml_cli |
lib.rs | opml_cli |
version | 1.1.6 |
source | src |
created_at | 2020-08-28 11:40:02.234888 |
updated_at | 2024-01-21 13:01:07.299992 |
description | OPML for the command-line. |
homepage | |
repository | https://git.bauke.xyz/Holllo/opml |
max_upload_size | |
id | 281848 |
size | 37,107 |
OPML library for Rust & standalone CLI.
For API documentation and examples see docs.rs.
With a working Rust and Cargo installation, you can install the OPML CLI from Crates.io.
cargo install opml_cli
Precompiled x86_64-unknown-linux-gnu
binaries are available on the Releases page.
With Nix flakes and direnv installed and enabled, all the required dependencies are automatically loaded from shell.nix
. Then cargo-make can be used to build, deploy and lint the code. The available tasks are all described in the Makefile.toml
configuration.
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.