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§
- Backend
Capabilities - Backend capability flags
Enums§
- Resource
Locator - Resource locator for different backend types
Traits§
- Foundry
Backend - Core backend trait defining storage contracts
- Spec
Content Store - Content store abstraction for EditEngine I/O via façade