Module storage
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Storage backends and backend traits for adaptive state persistence. Storage backends for adaptive runtime state and learned artifacts.
Modules
- erased: Erased backend alias used by runtime configuration and dependency injection. Type-erased storage backend aliases.
- memory: In-memory backend useful for tests and local-only runtime state. In-memory adaptive storage backend.
- traits: Async storage traits implemented by adaptive persistence backends. Storage traits used by adaptive backends.