sp1-cli 6.3.0

The CLI is used for various tasks related to SP1, such as building the toolchain, compiling programs, and tracing programs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "full")]
pub mod build;

/// Build the default toolchain for this version
pub mod build_toolchain;

/// Install the default toolchain for this verison
pub mod install_toolchain;

#[cfg(feature = "full")]
pub mod new;

#[cfg(feature = "full")]
pub mod vkey;