Bits of Rust's repositories
bits-of-rust.github.io
Organization page for Bits of Rust
episode-000
Where we install Rust
episode-001
Where we compile our first program
episode-002
Where we use cargo to setup a Rust project
episode-003
Where we print a formatted message
episode-004
Where we bind a variable
episode-005
Where we discover immutabillity
episode-006
Where we do some calculations
episode-007
Where we discover types
episode-008
Where we introduce functions
episode-009
Where we introduce ownership
excursion-000
Where we visit Fibonacci in Rust style