Decider
Decider is an implementation of the Heap Sort algorithm to help you prioritize your to-do list. It’s written in Rust, and compiled as WASM to run locally in your browser. It uses Local Storage, so your list is your own: nothing is sent to me, I don’t want it.
I initially wrote this program in Go, and I was pretty disappointed in the performance. This re-write in Rust (using Leptos) is much faster, and I’m much happier with it, although it’s still missing some of the features of the original Go version.
It’s a toy, and it only uses local storage, so there’s no syncing between your mobile and desktop.