arts-n-crafts 0.1.3

Arts and Crafts was a reaction against the industrialization and excess of the Victorian era, and it sought to celebrate traditional craftsmanship and materials. Arts and Crafts architecture is characterized by a simple and functional design, the use of natural materials, and a focus on craftsmanship.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod event_bus {
    pub mod event_producer;
    pub mod in_memory_event_producer;
}

pub mod event_store;

pub mod database {
    pub mod database_query;
    pub mod in_memory_database;
}

mod outbox;