Rust Adventures: External Sort, Chapter 1
I’ve been learning Rust in my free time for the last 6 months. I read The Book and I’m in the middle of reading Rust for Rustaceans (my notes so far ), but after doing a couple of very small exercises and projects I wanted to do something more rusty. So on Sundays, in between espressos and with very good company, I started writing an external sort. This is the 1st post in a series, where I cover the code that generates the data to be sorted. Stay tuned for the next one! ...