Tracks
/
Rust
Rust
/
Syllabus
/
External crates
Ex

External crates in Rust

1 exercise

About External crates

A crate is a compilation unit in Rust. A crate can be compiled into a binary or into a library. Most of the time, you will be using cargo to manage external dependencies. Adding a dependency can be as simple as adding a line to your Cargo.toml file.

Edit via GitHub The link opens in a new window or tab