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

ראסט עם דוגמאות: קרגו ראן

Rust by Example: cargo run

This is not really part of the Rust by Example book, but I felt I should explain it for those who are new to Rust and might not know that they can create a crate using cargo new and then compile and run using a single command cargo run.