Expand description
§solar-config
Solar compiler configuration.
Modules§
- version
- Solar version information.
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
- Human
Emitter Kind Iter - An iterator over the variants of HumanEmitterKind
- 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
Defaultvalue for the number of threads. - Unstable
Opts - Internal options.
Enums§
- Color
Choice - Selection for overriding color output
- 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.
- Human
Emitter Kind - Human-readable error message style.
- Language
- Source code language.
Constants§
- SINGLE_
THREADED_ TARGET - Whether the target is single-threaded.