monorepo/flow
Savanni D'Gerinel 6ee7887bd2 Add a lot of documentation to the Flow library 2023-02-11 12:55:00 -05:00
..
src Add a lot of documentation to the Flow library 2023-02-11 12:55:00 -05:00
Cargo.lock Rename and rework the error tools to Flow 2023-02-11 12:55:00 -05:00
Cargo.toml Rename and rework the error tools to Flow 2023-02-11 12:55:00 -05:00
readme.md Add a lot of documentation to the Flow library 2023-02-11 12:55:00 -05: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.