Skip to main content

run_solc

Function run_solc 

Source
pub async fn run_solc(
    solc_binary: &Path,
    input: &Value,
    project_root: &Path,
) -> Result<Value, RunnerError>
Expand description

Run solc --standard-json and return the parsed output.