This repository is helping Darren Hickling to learn Rust!
You will need to install the following:
- Rust: a language empowering everyone
- UPX: the Ultimate Packer for eXecutables to build reliable and efficient software.
You can follow the links to install these or try using my Setup scripts.
Use the controls within Rust .rs
files within Visual Studio Code, or use the cargo run
command in a terminal.
To produce an optimal release build, run sh build.sh
on Mac or Linux and .\build.ps1
on Windows.
I used the following to help create this repository and learn Rust:
- The Rust Programming Language: the excellent official documentation.
- Rust By Example: more excellent official examples.
- Crates: to find Rust packages.
- HackerRank: to solve challenges using Rust.
- Minimizing Rust Binary Size: C++ programmers love optimising things!