/rust-learn

Learning Rust

Primary LanguageRust

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