1//! The `solc <input>.sol --standard-json` interface input and output. 2 3pub mod input; 4pub mod output;