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§

ast
Solidity AST node types.
input
Types and builders for creating the Solidity compiler’s Standard JSON StandardJsonInput object, the payload used by solc --standard-json.