Music performing filesystem. Contribute to t-sin/koto development by creating an account on GitHub. (more…)
Read more »
I show how to implement event listeners and dependency injection using Rust's type system to avoid common errors in stringly-typed versions of these extensible architectures. (more…)
Read more »
Today we're going to take a brief look at two crates from the same author -
Andy Barron. The first of them is
app_dirs - a useful library
to find platform-dependent directories, such as application configuration,
data directory or cache. The second crate ...
Read more »
With native Rust support announced for Cloudflare Workers, one may be eager to jump in head first. I know I wanted to. However, I tested out a few use cases and found it too limiting. Either the desired APIs weren’t available, code size was too large, or ... (more…)
Read more »
An implementation of the IETF QUIC protocol. Contribute to aws/s2n-quic development by creating an account on GitHub. (more…)
Read more »