Crate crankshaft_config

Crate crankshaft_config 

Source
Expand description

Configuration used within Crankshaft.

A few notes on the structure of this crate.

  • Configuration objects are typically considered immutable and are only able to be constructed programmatically through the use of one of the builders (each configuration object should have an associated builder).

Modules§

backend
Configuration related to execution backends.

Structs§

Builder
Use builder syntax to set the inputs and finish with build().
Config
A global configuration object for Crankshaft.

Constants§

ENV_PREFIX
The prefix for any environment variables that influence the configuration of Crankshaft.
FILE_NAME
The file name (sans the extension) used when looking for configuration files for Crankshaft.

Type Aliases§

Result
A Result with an Error.