//! # example_impl
//!
//! A full example of a CQRS implementation for a `Customer`
//! aggregate. It serves the following purposes:
//!
//! - Document a usage scenario for the CQRS pattern
//! - Serve as shared resource for unit tests, doc tests, and
//! integration tests
pub use *;
pub use *;
pub use *;
pub use *;