Module config

Module config 

Source
Expand description

Configuration options for Freedom API

Re-export of the types found in the freedom-config crate.

Structs§

Config
The configuration object for Freedom.
ConfigBuilder
Builder for the Freedom Config object
Environment
The ATLAS Environment
Prod
Type state for the production environment
Secret
A wrapper around T which implements debug and display, without showing the underlying value.
Test
Type state for the test environment

Traits§

Env
Shared behavior for atlas environments
IntoEnv