Installing Binaries with Cargo Install

# Introduction Welcome to **Installing Binaries With Cargo Install**. This lab is a part of the [Rust Book](https://doc.rust-lang.org/book/). You can practice your Rust skills in LabEx. In this lab, you will learn how to use the `cargo install` command to install binary crates locally and make them runnable by adding the installation directory to your `$PATH`.

|
60 : 00

Click the virtual machine below to start practicing