Module app

Module app 

Source
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.