Skip to content

wertikalk/rust-primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust: Primer

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.

cover

Getting Started

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-primer

To run the program, you can use the following command:

cargo run

To format the code, you can use:

cargo fmt

To run the tests, you can use:

cargo test

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Rust: Primer | Everything you need to get started

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages