mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

doc: Environment configuration docs are not visible on docs.rs #409

Closed utkarshgupta137 closed 1 year ago

utkarshgupta137 commented 1 year ago

Currently, the description for prefix/separator/prefix_separator, etc. are defined next to the private fields of the Environment struct, which are not visible on docs.rs. Instead, they should be defined next to the functions used to set the values, so they're visible.