config-manager 0.4.5

Crate to build config from environment, command line and files
Documentation
1
2
3
4
Since tests use shared environment, in order to avoid conflicts tests must be executed with:
```console
cargo test -- --test-threads=1
```