This directory contains the following crates:
prooflab: The main CLI tool and zkVM integrationprooflab_io: I/O marshalling between host and guest programs
From the project root, run:
cargo build --allOr to build a specific crate:
cargo build -p prooflab
cargo build -p prooflab_ioRun the tests with:
cargo test --allOr test individual crates:
cargo test -p prooflab
cargo test -p prooflab_io