Skip to content
@Rust-Learning-Land

Rust Learning Land

Rust Learning Material Archive

What is Rust ?

Rust is a multi-paradigm, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency.[9][10][11] Rust enforces memory safety—that is, that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages. To simultaneously enforce memory safety and prevent concurrent data races, Rust's borrow checker tracks the object lifetime and variable scope of all references in a program during compilation. Rust is popular for systems programming but also offers high-level features including functional programming constructs.

Software developer Graydon Hoare designed Rust while working at Mozilla Research in 2006. Mozilla officially sponsored the project in 2009, and the designers refined the language while writing the Servo experimental browser engine and the Rust compiler. Rust's major influences include SML, OCaml, C++, Cyclone, Haskell, and Erlang.[4] Since the first stable release in January 2014, Rust has been adopted by companies including Amazon, Discord, Dropbox, Facebook (Meta), Google (Alphabet), and Microsoft. Taken from here

What is Rust Learning Land ?

Rust Learning Land (RLL) is a non-profit organization that helps other people to learn and develop new skills in Rust.Our community will start by collecting learning source material for Rust at all levels. Therefore we create Rust Learning Archive(Still in progress).

Pinned Loading

  1. Rust-Learning-Archive Rust-Learning-Archive Public

    Rust Materials for new comers

    Rust 3 1

  2. RustBooks RustBooks Public

    Forked from sger/RustBooks

    List of Rust books

  3. rust-by-practice rust-by-practice Public

    Forked from sunface/rust-by-practice

    Learning Rust By Practice, narrowing the gap between beginner and skilled-dev with challenging examples, exercises and projects.

    Rust

  4. rustlings rustlings Public

    Forked from rust-lang/rustlings

    🦀 Small exercises to get you used to reading and writing Rust code!

    Rust

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…