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

Removing Windows Shell

If you don’t need the shell to appear when running your application on Windows, you can add the following to the main.rs file:

#![windows_subsystem = "windows"]