Crate solar_config

Source
Expand description

§solar-config

Solar compiler configuration.

Structs§

CompilerOutputIter
An iterator over the variants of CompilerOutput
CompilerStageIter
An iterator over the variants of CompilerStage
Dump
-Zdump=kind[=paths...].
DumpKindIter
An iterator over the variants of DumpKind
ErrorFormatIter
An iterator over the variants of ErrorFormat
EvmVersionIter
An iterator over the variants of EvmVersion
ImportRemapping
A single import remapping: [context:]prefix=path.
LanguageIter
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.
UnstableOpts
Internal options.

Enums§

CompilerOutput
Type of output for the compiler to emit.
CompilerStage
Compiler stage.
DumpKind
What kind of output to dump. See Dump.
ErrorFormat
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.