Skip to main content

REGISTRY

Static REGISTRY 

Source
pub static REGISTRY: OnceLock<IndicatorRegistry>
Expand description

Global indicator registry — the single source of truth for runtime creation.

Populate it once at startup via REGISTRY.register(...) or the register_all! helper in each module’s mod.rs.

Mirrors indicator_registry = IndicatorRegistry() in Python.