For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cargo Test
Cargo test is the built-in test command in Rust’s Cargo tool. It compiles your project and runs unit tests, integration tests, and documentation tests automatically.