mithril_aggregator/dependency_injection/builder/support/
mod.rs

1
2
3
4
5
6
7
8
9
//! Gathers builders for the low level components of the application such as compatibility
//! between nodes, the observability of the aggregator process, stores for the app data, and
//! the upkeep of the app.

mod compatibility;
mod observability;
mod sqlite;
mod stores;
mod upkeep;