Expand description
This module contains the primary logic for the application.
It is responsible for parsing command-line arguments, setting up the application environment, and launching either a client or a mailbox node.
Re-exportsยง
pub use args::AppArgs;
Modulesยง
- args
- This module defines the command-line arguments for the application.
- client ๐
- This module contains the primary entry point for running the application in client mode.
- mailbox ๐
- This module contains the primary entry point for running a mailbox node.
- setup ๐
- This module handles the initial setup of the application.
Functionsยง
- launch
- Launches the application.
- launch_
with_ args - Launches the application with the given arguments.