Skip to main content

rskit_cache/
memory.rs

1//! Compatibility exports for the original in-memory adapter module path.
2
3pub use crate::adapters::memory::{MemoryCache, register_memory};