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

Limit tests to single thread

On the command line:

cargo test -- --test-threads=1

Create the .cargo/config.toml file and put the following in it:

[env]
RUST_TEST_THREADS = "1"