Projects
This is a collection of my open-source tools and libraries. Each one started as an experiment to learn something new or to fix a problem I had. You'll find they're mostly written in Rust, simply because I enjoy building things with it.
xdgdir
A tiny Rust crate that finds the right directories for your app's config and data, following the XDG spec.
envfmt
A tiny Rust crate to expand environment variables in a string, just like your shell does.