Crate solang

Source

Modules§

abi
codegen
file_resolver
sema
standard_json
This module defines the json format for solang compile --standard-json.

Enums§

Target
The target chain you want to compile Solidity for.

Functions§

parse_and_resolve
Parse and resolve the Solidity source code provided in src, for the target chain as specified in target. The result is a list of resolved contracts (if successful) and a list of compiler warnings, errors and informational messages like found contact N.