Il linguaggio di programmazione più amato: Rust
Rust è un linguaggio di programmazione multi-paradigma incentrato su sicurezza e performance, supporta un elevato numero di transazioni concorrenti tra sistemi. E' simile al C++ ma fortunatamente è "memory safe", anche se non usa un garbage collector. E' stato sviluppato da Graydon Hoare per Mozilla a partire dal 2006, e la prima versione stabile è stata lanciata nel 2015.
Rust Reviewed: Is the hype justified?
A brief history of Rust at Facebook
github original repository
github topics: rust
crates.io
rustlings: Small exercises to get you used to reading and writing Rust code
rust reference
String VS str
Rust marks five years since its 1.0 release
install rust
rust compie 5 anni, la storia fino ad ora
reddit
SQLite clone in rust: part 0: overview, part 1: SQLite, CLI and REPL, Meta Command Parser + Error handling, github (via)
Rust Programming Course for Beginners - Tutorial
Intro to the Rust programming language
Rust: A Language for the Next 40 Years - Carol Nichols
Rust Crash Course | Rustlang
Overview of the Rust Programming Language (part 1)