Expand description
Reference TenantScopedStore implementations.
These types are pre-sealed inside plexus-auth-core so that the
canonical wrapper pattern can be demonstrated without requiring
AUTHZ-DATA-2-* tickets to land first. They are also useful in
their own right for in-memory tests and small dev installs.
See plans/AUTHZ/AUTHZ-DATA-1-WRAPPER-RUN-NOTES.md for why a
reference store is required to satisfy the doc-test acceptance
criterion under Rust’s orphan rule.
Structs§
- InMemory
KvStore - A small thread-safe in-memory key/value store, partitioned by
Tenant.
Enums§
- InMemory
KvError - Error type for
InMemoryKvStoreoperations.