- New Feature, println! + Master Error.
- now no-std valid
- for no-std
- Update, Now can extract some input data and compare them.
- New Feature, panic! + Master Error.
- New Feature, panic! + errcast!.
- | io error
- Error: Custom { kind: NotFound, error: "[src/main.rs 13:5] io::Error <------------------ No such file or directory (os error 2) std::fs::File::open("test")\n ⎺↴\n[src/main.rs 9:13] this err
<err::MyErr>
" }
- Bug Fixed, precise file|line|column stamp.
- Update, Now can also cast by empty err::MyError Argument.
- Bug Fixed, Now it can convert Any Result Type to the our
Master Result<T>
only.
- Restore previous version of macro. resultcastsend! can convert Any Type of Result to the our Master
ResultSend<T>
.