Closed seungjin closed 8 years ago
My first rust programming. Started from Rust getting started guide (https://doc.rust-lang.org/book/getting-started.html). Installed fresh linux with vagrant and started from the scratch.
Done with https://doc.rust-lang.org/book/guessing-game.html This gave me very good /brief/ idea of how rust works. Next one will be learning rust syntax and semantics (https://doc.rust-lang.org/book/syntax-and-semantics.html). - I will do learning these while I have free time..
After this, I can start a small toy programming. Maybe for next meetup. Any idea? Started thinking about any good toy project idea with Rust-lang.
Found that Rust also has a web framework or something similar. I know Rust is for system programming but why not. I can start very minimum web stuff with Rust.
or loadbalancer?
Web:
Loadbalancer:
Have been thought learning Rust since it came out. Time to do it now. Learn Rust Hello World.