Installation
Prerequisites
Section titled “Prerequisites”- A recent Rust toolchain (the workspace uses the 2024 edition — install via rustup).
git.
Clone and build
Section titled “Clone and build”git clone https://github.com/arkworks-rs/truth-table.gitcd truth-tablecargo build --releaseThe workspace is split into several crates (tt-core, tt-arithmetic,
tt-exec, and others). Building at the workspace root compiles the default
members; some benchmark-only crates are excluded by default and built
explicitly when needed.
Head to the Quick Start to run your first proof.
