env-config 0.1.0

Read configuration from the environment and generate documentation for it using doc-writer.
Documentation
1
2
3
4
5
6
7
8
# `env-config`
Read configuration from the environment and generate documentation (Man and Markdown) for it using [`doc-writer`](https://docs.rs/doc-writer/latest/doc_writer/trait.DocumentationWriter.html).
For usage information and examples see [`docs.rs`](https://docs.rs/env-config).

## License
`env-config` is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See the [LICENSE-APACHE](./LICENSE-APACHE) and [LICENSE-MIT](./LICENSE-MIT) files in this repository for more information.