epsxy / rust-learn

Learning Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-learn

Learning rust quickly

Add new package

Add the new package name (hello-world) in the root Cargo.toml, then:

cargo new hello-world

Run package

cargo run --bin hello-world

About

Learning Rust


Languages

Language:Rust 100.0%