Helper utility to enable background updates for VS Code in Windows - microsoft/inno-updater... (more…)
Read more »
I saw a recent Reddit post on the advances in Generic Associated Types (GATs) in Rust, which allows for the definition of a Monad trait. In this post, I'm going to take it one step further: a monad transformer trait in Rust! (more…)
Read more »
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization - sharksforarms/deku... (more…)
Read more »
As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »
This will very much be an off the cuff post about community building with insights that I've seen from various communities I was a part of in the last 10 years. None of this is to be taken as facts, and is entirely personal opinion. I do hope however that... (more…)
Read more »