monorepo/result-extended
Savanni D'Gerinel af0ab5d020 Create a status endpoint that shows the onboarding UI if there's no admin password 2024-12-16 00:27:55 -05:00
..
src Create a status endpoint that shows the onboarding UI if there's no admin password 2024-12-16 00:27:55 -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.