Beginner
Rust
Q26 / 100
What is cargo in Rust?
Correct! Well done.
Incorrect.
The correct answer is B) Rust's package manager and build system
B
Correct Answer
Rust's package manager and build system
Explanation
Cargo handles dependencies (Cargo.toml), building (cargo build), testing (cargo test), documentation (cargo doc), and publishing to crates.io.
Progress
26/100