1 2 3 4 5 6 7
#![allow(unused)] pub mod app; pub mod model; // dependency injection. adds access modeling extensions to compass. use crate::model::builders; inventory::submit! { builders::BUILDER_REGISTRATION }