revive-solc-json-interface 1.1.0

Rust bindings for the solc standard JSON and combined JSON interface
Documentation
1
2
3
4
//! The `solc <input>.sol --standard-json` interface input and output.

pub mod input;
pub mod output;