monorepo/result-extended
Savanni D'Gerinel b756e8ca81 Reverse the order of Error and FatalError parameters in the Result
In other usage, I discovered that it's rather confusing to have the parameters in the order that they were in. It feels better to have the fatal error after the regular error.
2023-10-18 22:13:11 -04:00
..
src Reverse the order of Error and FatalError parameters in the Result 2023-10-18 22:13:11 -04:00
Cargo.lock Rename flow to result-extended 2023-10-18 22:03:43 -04:00
Cargo.toml Rename flow to result-extended 2023-10-18 22:03:43 -04:00
readme.md Rename flow to result-extended 2023-10-18 22:03:43 -04:00

readme.md

Flow

This is a library to help with application control flow, separating fatal errors from normal recoverable errors. This is almost entirely inspired by Error Handling in a Correctness-Critical Rust Project in the sled.rs library.