aprender-contracts-cli 0.64.0

CLI for provable-contracts — validate, scaffold, verify, status, audit
Documentation
1
2
3
4
5
6
//! `pv` binary. The command surface lives in the library
//! (`aprender_contracts_cli`) so `apr pv` can reach the same code.

fn main() {
    aprender_contracts_cli::run();
}