Crate solc

Crate solc 

Source
Expand description

Solidity compiler bindings for Rust.

This crate provides types and builders for interacting with the Solidity compiler’s Standard JSON interface.

Re-exports§

pub use input::StandardJsonInput;

Modules§

input
Types and builders for creating the Solidity compiler’s Standard JSON StandardJsonInput object, the payload consumed by solc --standard-json.