log-termination
Provides an attribute proc macro for your fn main() -> Result<(), Box<dyn Error>>
which sends returned errors to log::error!.
use log_termination;
Provides an attribute proc macro for your fn main() -> Result<(), Box<dyn Error>>
which sends returned errors to log::error!.
use log_termination;