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
StandardJsonInputobject, the payload consumed bysolc --standard-json.