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

\u5feb\u901f\u5f00\u59cb

\u4f7f\u7528 Cargo \u521b\u5efa\u7b2c\u4e00\u4e2a Rust \u9879\u76ee\u3002

\u5b89\u88c5 Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

\u521b\u5efa\u9879\u76ee

cargo new hello_rust
cd hello_rust
cargo run

Hello World

fn main() {
    println!("Hello, Rust!");
}

Tip

\u4f7f\u7528 cargo clippy \u68c0\u67e5\u4ee3\u7801\u8d28\u91cf\uff0c\u4f7f\u7528 cargo fmt \u683c\u5f0f\u5316\u4ee3\u7801\u3002