//! Storage traits and in-memory implementations for the frp graph layer.
//!
//! Provides `AtomStore`, `BlockStore`, and `EdgeStore` traits plus
//! `HashMap`-backed in-memory implementations (behind the `in-memory` feature
//! flag). Also exports `Query`/`QueryResult` for pagination and `StoreError`.
pub use StoreError;
pub use ;
pub use ;
pub use ;