Secure Rust Guidelines

Recommendations for secure applications development with Rust… Read more

Similar

First Impressions of Rust

I've been wanting to write a big project in Rust for a while as a learning exercise, and actually started one in late 2018 (a FUSE server implementation). But then life happened and I got busy and never went anywhere with it. Due to certain world circumst... (more…)

Read more »

The Pain of Linear Types in Rust

For whatever reason “linear” types in Rust came up at work today, at which point I made my usual assertion that they’d be a nightmare to implement, because they don’t compose well. I tried to explain it off the top of my head, but I figured it’s best for ... (more…)

Read more »