Crate configure [] [src]

Configuration management.

This crate is intended to automatically bridge the gap from envionmental configuration into your project. By deriving the Configure trait for your configuration, you can get an automatic system for managing your configuration at runtime.

Modules

source

Controlling the source of configuration.

Structs

DeserializeError

Error when a Serializer or Deserializer trait object fails.

Traits

Configure

A configuration struct which can be generated from the environment.