Idiomatic Rust – Binary Search Extended

This post is a reply / extension to Shane Osbourne’s post on binary search.
So please give that a read before continuing here.
It’s a great introduction to the algorithm with animations and all. Read more

Similar

Notes on Type Layouts and ABIs in Rust

Over the years I've found myself with a weird amount of knowledge about how types and ABIs in Rust work, and I wanted to write it all down in one place so that... it's written down in one place. Much of this information can or should be found in the Rust ... (more…)

Read more »