Rust on MIPS64 Windows NT 4.0
Well, I do all of my projects in Rust now. Even little scripts I'd usually write in Python I often find myself grabbing Rust for. I'm comfortable with using Rust for pretty much any project at this point, that I decided that for a long-ish term stream project (ultimately a snapshot fuzzer for NT), I would want to do this in Rust.
The very first thought that comes to mind is to just build a MIPS executable from Rust, and just... run it. Well, that would be great, but unfortunately there were a few hiccups.
Imagine that - running Rust code on Windows NT 4.0 on MIPS led to some hiccups.