I'm delighted to be joining a study group working through https://exercism.org/tracks/rust.
Here are some things that are inspiring or look useful:
And it gives a nice shout out to Young's Ultralearning.
Things that I've had exerience with that make me happy....
vi ~/.cargo/config && cat ~/.cargo/config
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-gcc-ar"
sudo apt-get install gcc-mingw-w64-x86-64 -y
rustup target add x86_64-pc-windows-gnu
cargo build --target=x86_64-pc-windows-gnu
find target -name "*.exe"
One of my goals is to be contribute code to an open-source cross platform utility that: