rustup target add i686-pc-windows-msvc
cargo build --release
rustup target add i686-pc-windows-gnu
cargo build --target i686-pc-windows-gnu --release
Requires mingw-w64
Testing of builds of this library has only been done on Windows so far. As such that is the only officially supported target.