Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Crates Utili

Rust comes with only basic support for writing tests.

Here are some additional crates which we recommend for writing tests:

  • googletest: Comprehensive test assertion library in the tradition of GoogleTest for C++.
  • proptest: Property-based testing for Rust.
  • rstest: Support for fixtures and parameterised tests.