monorepo/result-extended
Savanni D'Gerinel d7e4293da0 Start using ResultExt to improve error handling 2024-12-01 00:51:08 -05:00
..
src Start using ResultExt to improve error handling 2024-12-01 00:51:08 -05: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.