Files
hoppscotch/packages/hoppscotch-selfhost-desktop/src-tauri/src/interop/startup/mod.rs

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;