rcman 0.1.3

Framework-agnostic settings management with schema, backup/restore, secrets and derive macro support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
msrv = "1.85"

# Documentation: Allow these uppercase acronyms in doc comments
doc-valid-idents = [
    "JSON", "TOML", "YAML",
    "API", "UI", "CLI", "GUI",
    "URL", "URI",
    "OS", "ID", "IO",
    "AES", "SHA", "GCM",
    "LRU", # Cache
]

# Analysis thresholds
too-many-arguments-threshold = 6
cognitive-complexity-threshold = 20

# Disallowed names (optional but good for strictness)
# disallowed-names = ["foo", "bar", "baz", "quux"]