Writing Rust the Elixir Way

It’s not a secret that I’m a big fan of Elixir, so when I started doing Rust development I tried to b… Read more

Similar

Learning Rust: Let’s Build a Parser

This is a demonstration of building a parser in Rust using the nom crate. I recently built a parser for the cddl-cat crate using nom, and I found it a surprisingly not-terrible experience, much better than my past experiences with other parser-generators ... (more…)

Read more »

Fast Rust Builds

It’s common knowledge that Rust code is slow to compile.But I have a strong gut feeling that most Rust code out there compiles much slower than it could. (more…)

Read more »