//! Graph Storage gear.
//!
//! A stateless gateway over a pluggable store: the gear holds no graph state
//! of its own, and every byte it serves comes from a
//! [`graph_storage_sdk::plugin_api::GraphStoreV1`] implementation behind the
//! port. The built-in `PostgreSQL` store and engine live in `infra` for
//! packaging convenience, not as a privilege.
//!
//! The public API is defined in `graph-storage-sdk` and re-exported here.
// === PUBLIC API (from SDK) ===
pub use ;
// === MODULE DEFINITION ===
pub use GraphStorage;
// === INTERNAL MODULES ===