Cranston's Life - Rust and More Rust

Explaining the Why of Rust Code!

I like it when other programmers EXPLAIN their Rust code to me.

While I could read the Rust code for myself, having the author explain WHY it was written like it was is something I find to bring ENLIGHTENMENT.

The Implementing a Copyless Redis Protocol in Rust with Parsing Combinators article is just such an article that EXPLAINS to me why code was written like it was.

In that article, there is a description of a parser for the Redis Serialization Protocol that was written in Rust for the redis-oxide project.

Now I can STUDY and LEARN why the code is the way that it is.