Skip to main content

Module reference

Module reference 

Source
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§

InMemoryKvStore
A small thread-safe in-memory key/value store, partitioned by Tenant.

Enums§

InMemoryKvError
Error type for InMemoryKvStore operations.