Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active April 14, 2018 02:21
Show Gist options
  • Save sailfish009/51710559f1477514c4b3e3d6534c37b2 to your computer and use it in GitHub Desktop.
Save sailfish009/51710559f1477514c4b3e3d6534c37b2 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------
https://doc.rust-lang.org/book/second-edition/
https://www.rust-lang.org/en-US/other-installers.html
https://crates.io/
https://docs.rs/
https://danielkeep.github.io/quick-intro-to-macros.html
http://www.evanmiller.org/a-taste-of-rust.html
----------------------------------------------------------------------------------
[msys2 32bit]
http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe
--
$ which envsubst
/mingw32/bin/envsubst
$ cd /mingw32/bin/
$ mv envsubst.exe envsubst_backup.exe
$ which envsubst
/usr/bin/envsubst
--
Windows Management Framework 5.1
https://www.microsoft.com/en-us/download/details.aspx?id=54616
[rust nightly]
i686-pc-windows-gnu :
https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi
i686-pc-windows-msvc :
https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-msvc.msi
i686-unknown-linux-gnu :
https://static.rust-lang.org/dist/rust-nightly-i686-unknown-linux-gnu.tar.gz
x86_64-pc-windows-gnu :
https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi
x86_64-pc-windows-msvc :
https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-msvc.msi
x86_64-unknown-linux-gnu :
https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
----------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment