Introduction
1.
Pitches
1.1.
Rust
1.2.
Rust 2018
1.3.
Application areas
1.3.1.
Network services
1.3.2.
The web
1.3.3.
Systems programming
1.3.4.
C-compatible libraries
1.3.5.
Embedded devices
1.3.6.
Command-line apps
1.4.
Tailored by language background
1.4.1.
From C
1.4.2.
From C++
1.4.3.
From JavaScript
1.4.4.
From Python
1.4.5.
From Ruby
1.4.6.
From Go
1.4.7.
From Java/C#
1.5.
The Rust community
2.
Rebuttals
2.1.
Only for maximal speed
2.2.
Only for systems programming
2.3.
Only for avoiding garbage collection
2.4.
Tied to Mozilla
3.
Notable achievements
3.1.
Awards and recognition
3.2.
Production users
3.3.
Metrics
Light
(default)
Rust
Coal
Navy
Ayu
Rust Marketing Handbook
C-compatible libraries
Incremental replacement
No runtime or language initialization
Foreign Function Interface
Safety with
unsafe
escape hatches