# Functions
CompileSolidity compiles all given Solidity source files.
CompileSolidityString builds and returns all the contracts contained within a source string.
SolidityVersion runs solc and parses its version output.
# Structs
Contract contains code and info.
ContractInfo contains source and other info.
Solidity contains information about the solidity compiler.