Skip to main content

default_catalog_factories

Function default_catalog_factories 

Source
pub fn default_catalog_factories() -> CatalogFactoryRegistry
Expand description

Returns the persistence-owned catalog-factory registry.

The neutral registry types live in catalog_factory. Concrete built-in backend registrations are assembled here so consumers such as backtest, live, CLI tools, and Python bindings can share the same defaults without making the shared factory module depend on backend-specific modules.