Rust
Fri Mar 22
1m read
I started reading the Rust documentation couple of weeks ago.
Lot of interesting things are being built with Rust and I thought I’d hop on the wagon.
I’ll add some interesting thoughts, ideas and wanderings here.
🚧 This post is a work in progress 🚧
- - The Rust docs ship locally with Rust when you download it.
- - Rust requires curly brackets around functions body.