The playground provides the top 100 most downloaded crates from crates.io, the crates from the Rust Cookbook, and all of their dependencies. To use a crate, add the appropriate extern crate foo line to the code, or, since Rust Edition 2018, just use any item from that crate.