Static CONFIG

Source
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 by init_from_env().
  • py_name: keyword argument name recognized by monarch.configure(...).

All configuration keys should be annotated with this attribute.