Module config

Module config 

Source
Expand description

Configuration for backend selection and backend-specific options.

Structs§

GraphConfig
Complete configuration for graph construction.
NativeConfig
Configuration for native backend operations.
SqliteConfig
Configuration for SQLite backend operations.

Enums§

BackendKind
Backend selection enum for choosing between storage implementations.

Functions§

open_graph
Open a graph with the specified configuration.