Install

rsspls can be installed via one of the following methods:

Download

Pre-compiled binaries are available for a number of platforms. They require no additional dependencies on your computer.

Example to download and extract a binary:

curl https://releases.wezm.net/rsspls/0.8.1/rsspls-0.8.1-x86_64-unknown-linux-musl.tar.gz | tar zxf -

This will result in the rsspls binary in the current directory.

Package Manager

rsspls is packaged in these package managers:

Build From Source

Minimum Supported Rust Version: 1.70.0

rsspls is implemented in Rust. See the Rust website for instructions on installing the toolchain.

From Git Checkout or Release Tarball

Build the binary with cargo build --release --locked. The binary will be in target/release/rsspls.

From crates.io

cargo install rsspls