Wrote Rust library to parse DCS-BIOS protocol, because (1) I wanted to do this once, and not have to endlessly check address, mask and shift in my high level language and (2) Rust is really cool and I wanted to show it off.
Initially, I thought that we might need to use the multi threading features of Rust, in order to maintain the k,v list of ...