bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths
Learn/Rust/Rust Tutorial
Rust•Rust Tutorial

Rust Tutorial

Learn Rust

Rust is a popular programming language used to build everything from web servers to game engines.

Rust is known for being very fast, and is similar to C and C++ in language.

Example

fn main() {
  println!("Hello World!");
}

Next

Rust Introduction