config-get 0.1.7

Cross-platform configuration file locator and reader for Rust. Auto-discovers .env, .ini, .toml, .json, .yml, .yaml from OS-standard locations.
Documentation
1
2
3
4
5
6
7
# Clippy configuration — flat key/value format only.
# Lint levels (warn/deny/allow) belong in Cargo.toml [lints] or src attributes.

cognitive-complexity-threshold = 30
too-many-arguments-threshold = 8
too-many-lines-threshold = 120
type-complexity-threshold = 500