Build
Build#
To build from source, you’ll need the Rust compiler and the Cargo build tool. rustup makes it very easy to obtain these. Then, get the source:
git clone https://github.com/langston-barrett/treereduce
cd treereduce
Finally, build everything:
cargo build --release
You can find binaries in target/release
. Run tests with cargo test
.