Installation
From a Release
Statically-linked Linux binaries are available on the releases page.
From crates.io
You can build a released version from crates.io. You’ll need the
Rust compiler and the Cargo build tool. rustup makes it very
easy to obtain these. Then, to install the reducer for the language <LANG>,
run:
cargo install treereduce-<LANG>
This will install binaries in ~/.cargo/bin by default.
From Source
You can also build from source.