[][src]Crate viperus

Macros

path

Structs

Viperus

A unified config Facade

Enums

Format

preconfigured file formats with stock adapters

ViperusError
ViperusValue

ViperusValue encaspule data values of type String,i32 and bool

Traits

ConfigAdapter

ConfigAdapter mediates from varius config format and Viperus

Functions

add

add an override value to the cofiguration

add_default

add an default value to the global cofiguration

bond_clap
get

get a configuration value of type T from global configuration in this order

load_adapter

global config load_adapter ask the adapter to parse her data and merges result map in the internal configartion map

load_clap

load_clap brings in the clap magic

load_file