//! The in-memory implementation of the metadata backend.
//!
//! Holds a run's metadata in process. It is volatile and non-transactional, trading durability for
//! speed on work that is rebuilt from scratch on failure.
pub use ;
pub use MemMetaError;
pub use MemMetaStorageOptions;
pub use MemMetaStorage;
pub use MemResolutionQueryBuilder;
pub use MemTicketQueryBuilder;