Christine Dodrill - Blog - Contact - Gallery - Resume - Talks | GraphViz - When Then Zen... (more…)
Read more »
So! Rust futures! Easy peasy lemon squeezy. Until it's not. So let's do the easy
thing, and then instead of waiting for the hard thing to sneak up on us , we'll
go for it inten... (more…)
Read more »
The 2.2.0 release of the Rust BSON library (the bson crate) introduced a "raw" BSON API, which enabled us to achieve some internal performance improvements in the Rust MongoDB driver (the mongodb crate) and, in some cases, can be leveraged by users to dra... (more…)
Read more »
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. - hrkfdn/ncspot... (more…)
Read more »
There is a practical way to guarantee the safety of C programs at compile time,
in the sense of no use-after-frees, no double frees, no buffer out-of-bounds
reads/writes, no null pointer dereferences, no uses of uninitialised memory, no
arithmetic overflo... (more…)
Read more »