Using Cargo

In this chapter we'll cover using Cargo to create a package, compile the boilerplate code, and run the program. The package we create will be used for the remainder of the book to build our Grep program.