State Machines in Rust

Every now and then I like to think about topics that don’t directly relate to
my daily work. One of those topics has been parsers: back in January I wrote
about byte-ordered
stream parsing
and how I think we can improve streaming parsing in Rust with a sm… Read more

Similar

Rust Starter Kit 2020

People were arguing about Rust’s std lib recently, so I went through the Cargo.toml of all the Rust projects I’ve written since 2015 and picked out the choice tools that get used over and over again. Up to date as of October 2020. (more…)

Read more »