Rust functions

Rust functions tutorial shows how to use functions in Rust.

Rust HashMap

Rust HashMap tutorial shows how to work with HashMaps in Rust. A HashMap is a collection of key-value pairs, where each key is unique.

Rust int to string

Rust int to string tutorial shows how to convert integers to strings in Rust.

Rust array

Rust array tutorial shows how to work with arrays in Rust. An array is a fixed collection of elements of the same type.

Rust collect function

Rust collect function tutorial shows how to use the collect function in Rust.

Rust control flow

Rust control flow tutorial shows how to manage program flow in Rust language. The control flow structures can be used to executed code conditionally or multiple times.