Koto: Music Performing Filesystem in Rust

Music performing filesystem. Contribute to t-sin/koto development by creating an account on GitHub. Read more

Similar

Rust: Notes on Io-Uring

Last fall I was working on a library to make a safe API for driving futures on top of an an io-uring instance. Though I released bindings to liburing called iou, the futures integration, called ostkreuz, was never released. I don’t know if I will pick thi... (more…)

Read more »

Diving into Rust with a CLI

A blog post titled, "Diving into Go by Building a CLI Application" has been making it's rounds of the internet. It uses a small XKCD downloader as the subject. I thought was small and self contained enough, that it'd be interesting to see the same exam... (more…)

Read more »

5x Faster Rust Docker Builds with Cargo-Chef

cargo-chef is a new cargo sub-command to build just the dependencies of your Rust project based on a JSON description file, a recipe. cargo-chef can be used to fully leverage Docker layer caching, therefore massively speeding up Docker builds for Rust pro... (more…)

Read more »