This is a primer on Rust programming language. It follows a standard Rust project structure.
The repository was used in wertikalk.com/rust-primer article.
To get started with the Rust primer, you need to have Rust installed on your machine. You can follow the instructions on the official Rust website to install Rust.
Once you have Rust installed, you can clone this repository and run the examples provided in the src directory.
git clone --recursive https://github.com/wertikalk/rust-primer.git && cd rust-primerTo run the program, you can use the following command:
cargo runTo format the code, you can use:
cargo fmtTo run the tests, you can use:
cargo testThis project is licensed under the MIT License - see the LICENSE file for details.
