Skip to main content

run

Function run 

Source
pub fn run() -> ExitCode
Expand description

Entry point: derive the tool name from argv[0], dispatch, and map failures to an error exit code. The binary’s main is a thin wrapper over this.