cargo_command

Function cargo_command 

Source
pub fn cargo_command(subcmd: &str, rustc_flags: &[String]) -> Command
Available on crate feature unstable only.
Expand description

Creates a std::process::Command to execute the given cargo command in an environment suitable for targeting the zkvm guest.

ยงAvailability

This API is marked as unstable and is only available when the unstable crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.