//! # interledger-store-memory
//!//! A simple in-memory store intended primarily for testing and
//! stateless sender/receiver services that are passed all of the
//! relevant account details when the store is instantiated.
modaccount;modstore;pubuseself::account::{Account, AccountBuilder};pubuseself::store::InMemoryStore;