Skip to content

Instantly share code, notes, and snippets.

@amitdash291
Created March 25, 2018 13:04
Show Gist options
  • Save amitdash291/fea13137e211b0dfe97af58fe9165b96 to your computer and use it in GitHub Desktop.
Save amitdash291/fea13137e211b0dfe97af58fe9165b96 to your computer and use it in GitHub Desktop.
Rust Features

Confident and productive systems programming

Strong safety guarantees

No segmentation faults
No data races
Expressive type system

Performance

No garbage collector
No runtime (compile time magic)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment