Skip to content

Instantly share code, notes, and snippets.

View amitdash291's full-sized avatar

Amit Dash amitdash291

  • Thoughtworks
  • Chennai
View GitHub Profile
@amitdash291
amitdash291 / rust_features.md
Created March 25, 2018 13:04
Rust Features

Confident and productive systems programming

Strong safety guarantees

No segmentation faults
No data races
Expressive type system

Performance