Topics


Pages


Content

Byline:

A language empowering everyone to build reliable and efficient software.

Wikipedia excerpt:

Rust is a multi-paradigm, high-level, general-purpose programming language designed for performance and safety, especially safe concurrency

Key links

Documentation

Tutorials

Blog posts

Online playgrounds

Cheatsheets

Courses

Rust vs Go

Examples

What is a Rust?

Rust is intended to be a language for highly concurrent and highly safe systems, and programming in the large, that is, creating and maintaining boundaries that preserve large-system integrity.

Rust aims β€œto be as efficient and portable as idiomatic C++, without sacrificing safety (Wikipedia)

How widely used is it?

From a blog post:

Rust is much loved (by 86% of developers) but only 3% currently use it.

Releases

The latest release is announced on their homepage with a linked blog post e.g. Rust-1.49.0.html

See Releases in the links on this page.