Development¶
Local checks¶
cargo check -p fbool
cargo check -p fbool --no-default-features --features entanglement,frontier
cargo test --workspace
cargo clippy --all-targets --all-features
Documentation¶
Serve locally:
Build strictly:
Packaging the Rust crate¶
The publishable crate is fbool. The CLI, Python extension, and experiments are
workspace consumers around it.