monorepo/flow
savanni e60a2fbc30 Start building a music player server (#17)
The very beginnings, with a very basic application architecture, for a music playing server on a headless system.

This also adds my new Flow library, which I'll be wanting to use in a variety of places.

Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#17
2023-02-11 17:59:15 +00:00
..
src Start building a music player server (#17) 2023-02-11 17:59:15 +00:00
Cargo.lock Start building a music player server (#17) 2023-02-11 17:59:15 +00:00
Cargo.toml Start building a music player server (#17) 2023-02-11 17:59:15 +00: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.