8 lines
243 B
Rust
8 lines
243 B
Rust
//! Startup management module.
|
|
//!
|
|
//! This module contains functionality related to managing the application's startup
|
|
//! like controlling visibility and lifecycle of the main application windows.
|
|
|
|
pub(crate) mod init;
|
|
pub(crate) mod error;
|