Introducing OkayWAL: A write-ahead log for Rust

As part of my ongoing journey to optimize BonsaiDb, I wrote a write-ahead log implementation I named OkayWAL. This post on the blog goes into more detail about what it is and why I wrote it.