Skip to main content

Module backend

Module backend 

Source
Expand description

Graph backend configuration and factory.

Provides a unified interface for selecting and configuring graph storage backends.

Enums§

BackendConfig
Configuration for graph backend selection.
BackendError
Errors that can occur when creating graph backends.

Functions§

create_backend
Create a graph backend from configuration.

Type Aliases§

DynTopologyGraph
Trait object for graph backends.