1 2 3 4 5
pub mod core; // Re-export everything from core for ergonomic library use // Users can write `homeboy::config` instead of `homeboy::core::config` pub use core::*;