Expand description
§solar-config
Solar compiler configuration.
Structs§
- Compiler
Output Iter - An iterator over the variants of CompilerOutput
- Compiler
Stage Iter - An iterator over the variants of CompilerStage
- Dump
-Zdump=kind[=paths...]
.- Dump
Kind Iter - An iterator over the variants of DumpKind
- Error
Format Iter - An iterator over the variants of ErrorFormat
- EvmVersion
Iter - An iterator over the variants of EvmVersion
- Import
Remapping - A single import remapping:
[context:]prefix=path
. - Language
Iter - An iterator over the variants of Language
- Opts
- Blazingly fast Solidity compiler.
- Threads
- Wrapper to implement a custom
Default
value for the number of threads. - Unstable
Opts - Internal options.
Enums§
- Compiler
Output - Type of output for the compiler to emit.
- Compiler
Stage - Compiler stage.
- Dump
Kind - What kind of output to dump. See
Dump
. - Error
Format - How errors and other messages are produced.
- EvmVersion
- A version specifier of the EVM we want to compile to.
- Language
- Source code language.
Constants§
- SINGLE_
THREADED_ TARGET - Whether the target is single-threaded.