Expand description
Standard resource provider implementations.
This module provides production-ready implementations of the ResourceProvider trait that can be used directly or as reference implementations for custom providers.
§Available Providers
InMemoryProvider- Thread-safe in-memory provider for testing and development
All providers in this module implement the unified ResourceProvider trait, supporting both single-tenant and multi-tenant operations through the RequestContext interface.
Re-exports§
pub use in_memory::InMemoryError;pub use in_memory::InMemoryProvider;pub use in_memory::InMemoryStats;pub use standard::StandardResourceProvider;