Dive into Rust at IIIT Hyderabad on August 12, 2017

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.

Event Flow

1. Install Rust
rustup โ€“ recommended
Rust downloads (alternative)

Read the Rust book
Complete the Rustlings (a great beginners course!)

2. Some projects with great first bugs:
*The Rust language and compilerLabeled easyLabeled mentor
*clippy โ€“ the popular Rust static analysis tool
*Cargo โ€“ Rustโ€™s package manager
*rustfmt โ€“ the Rust source code formatting tool
Though some are without clear instructions, the domain is easy to understand (itโ€™s mostly manipulating strings), and potentially engaging.
*rustup โ€“ the Rust installer
*Rust documentation
Labeled easy
Standard library API docs