Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 221 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 221 Bytes

rust-hello-world

development

cargo run

build

cargo build

production build

cargo build --release

test

cargo test

docs

cargo doc --open