#env #docs #man #generate-documentation #roff

macro env-config

Read configuration from the environment and generate documentation for it using doc-writer

2 unstable releases

0.2.0 Aug 8, 2021
0.1.0 Aug 7, 2021

#5 in #roff

41 downloads per month

MIT/Apache

15KB
350 lines

env-config

Read configuration from the environment and generate documentation (Man and Markdown) for it using doc-writer. For usage information and examples see docs.rs.

License

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

See the LICENSE-APACHE and LICENSE-MIT files in this repository for more information.


lib.rs:

Adds proc macro that adds methods to parse environment variables and write documentation using doc-writer.

Examples

Would yield the following documentation:

Dependencies

~2MB
~43K SLoC