Module backends

Module backends 

Source
Expand description

Backend abstraction for pluggable storage systems

Re-exports§

pub use crate::core::foundry::get_default_foundry;

Modules§

filesystem
Filesystem backend implementation
memory
In-memory backend implementation for testing

Structs§

BackendCapabilities
Backend capability flags

Enums§

ResourceLocator
Resource locator for different backend types

Traits§

FoundryBackend
Core backend trait defining storage contracts
SpecContentStore
Content store abstraction for EditEngine I/O via façade