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.