Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module backend

Module backend 

Source
Expand description

Backend wrapper for Instance-level operations

This module provides the Backend struct which wraps BackendImpl and provides a layer for Instance-level operations. Currently it’s a thin passthrough, but will be extended to support both local and remote (RPC) backends in the future.

Structs§

Backend
Backend wrapper for Instance operations