Installing Rust + MSVC + native libs
Running rust programs is easy enough. Compiling them is also generally a breeze so long as you're playing inside cargo's walled garden. Where you might come unstuck though is with compiling native code and with native library dependencies.
I've put together this as a guide on how to get some common things working on windows with the . . .
April 18, 2016