Rust the Ultimate Language

What we do is parse security vulnerabilities and
match them against user profiles.
In order to cover the majority of platforms
and software we need to dig throw a ton of
vulnerabilities. We do everything from
parse large XML blobs from operating system
to… Read more

Similar

Compiling Rust Is Testing

This post is a very short contemplation of Rust compilation (times). Don’t expect anything super insightful, just a bunch of thoughts that came up while I was listening to the Rustacean Station podcast. (more…)

Read more »

Monad Interface: Rust Edition

I’ve done a lot of writing about functional programming. But mostly in JavaScript. I love the simplicity of declarations that are possible thanks to JavaScript’s dynamic typing system. It makes… (more…)

Read more »