How to rust-e on windows 64 bit to compile a program for windows 32 bit?
It is necessary to put a triple:
rustup target add i686-pc-windows-gnu
or
rustup target add i686-pc-windows-msvc
and then: cargo build --target i686-pc-windows-gnu
cargo build --target i686-pc-windows-gnu
Source: https://ru.stackoverflow.com/questions/744445/More articles:github Fill your own library without installing the clientVisual Studio Can an existing project get a class diagram?Installing linux on the tablet [closed]Creating a remote repository without ssh without access to filesHow to handle an object in JS recursionHow to convert a unicode string to Cyrillic?Threads and Thread.sleep ()AngularJS Controller returns [object Object]php foreach loop inside js codeExtending the validator class functionalityAll Articles