Error Backtrace
This is a simple crate to debug where your errors are comming from. With the smallest possiable amount of code.
Usage
cargo add error-backtrace- Add
use error_backtrace::{Result, ResultBacktrace};where you useResultand.backtrace()to backtrace them - And add
.into()where the error is created. (Compiler will help you with this) - Where you read errors use
error.inneror*error
Example:
use ;
;