monorepo/flow
Savanni D'Gerinel 0d00b17cb4 Add Debug and PartialEq traits to flow, when underlying types allow it 2023-02-15 23:07:45 -05:00
..
src Add Debug and PartialEq traits to flow, when underlying types allow it 2023-02-15 23:07:45 -05:00
Cargo.lock Start building a music player server (#17) 2023-02-11 17:59:15 +00:00
Cargo.toml Add license to Flow 2023-02-11 13:05:13 -05:00
Makefile Add license to Flow 2023-02-11 13:05:13 -05:00
readme.md Start building a music player server (#17) 2023-02-11 17:59:15 +00: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.