Expand description
Bootstrap Module
This module contains application initialization and bootstrap concerns. It handles application lifecycle, logging setup, help display, and service container.
§Modules
app- Main application bootstrap and entry point logiccontainer- Application service container for dependency injectionhelp- Help and usage information displaylogging- Logging configuration and initialization
Re-exports§
pub use container::Container;pub use logging::LogFormat;pub use logging::LogOutput;pub use logging::LoggingBuilder;pub use logging::LoggingConfig;