332 Forks
1431 Stars
1431 Watchers

code

Source code for the book Rust in Action

How to download and setup code

Open terminal and run command
git clone https://github.com/rust-in-action/code.git
git clone is used to create a copy or clone of code repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with code https://github.com/rust-in-action/code/archive/master.zip

Or simply clone code with SSH
[email protected]:rust-in-action/code.git

If you have some problems with code

You may open issue on code support forum (system) here: https://github.com/rust-in-action/code/issues