pub static CONFIG: Key<ConfigAttr>Expand description
This is a meta-attribute marking a configuration key.
It carries metadata used to bridge Rust, environment variables, and Python:
env_name: environment variable name consulted byinit_from_env().py_name: keyword argument name recognized bymonarch.configure(...).
All configuration keys should be annotated with this attribute.