toidiu / learn-rust
- вторник, 10 апреля 2018 г. в 00:15:50
Rust
An interactive guide to learning Rust!
cargo is Rust's package manager and part of the Rust instalation.
You can use it to access public packages on https://crates.io, create new packages
or format your code.
For now all you care about is cargo run
Start at branch step1 (default branch)
cargo watch or
cargo watch -x run and try to get the program to compile at each step.step1 -> step1.1 -> step2 -> step2.1 -> step3Yes the answers can be found in the branch answer. Try not to cheat; you wont learn!
Asking on IRC is preferable to cheating.