URL to the section(s) of the book with this problem: 2. Programming a Guessing Game
Description of the problem:
There is nothing in the book about required Internet connection. I've downloaded the book and done everything from 1.1 Installation chapter. I was disappointed when being offline I couldn't go past the second chapter where rand dependency is required to build a program.
Suggested fix:
- Could we have a disclaimer about required Internet connection to finish the book?
- Could we pre-download required dependencies to be able to finish the book while being offline? I'm new to Rust and may be wrong, but it seems like Cargo shares dependencies between projects and stores them in a local repository.
mainbranch to see if this has already been fixedURL to the section(s) of the book with this problem: 2. Programming a Guessing Game
Description of the problem:
There is nothing in the book about required Internet connection. I've downloaded the book and done everything from
1.1 Installationchapter. I was disappointed when being offline I couldn't go past the second chapter whereranddependency is required to build a program.Suggested fix: