err-handler is a non-intrusive error handling marco that enhances your error handling
If you need to handle errors externally or consolidate them in a single location, err-handler is your logical choice
[]
= "0.1.1"
Examples
use Error;
use err_handler;
// The ` err-handler` marco attribute can be any function name but must have a matching return type.
// If a target function is asynchronous, then its error handling function must also be asynchronous.
async
async
async