Crate ab_cli_utils

Source
Expand description

Utilities used in various CLI applications

Functionsยง

init_logger
Initialize logger with typical settings
set_exit_on_panic
Install a panic handler which exits on panics, rather than unwinding. Unwinding can hang the tokio runtime waiting for stuck tasks or threads.