Skip to content

Files

Latest commit

Dec 12, 2023
7b684b4 · Dec 12, 2023

History

History

guessing_game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023

rust-hello-world

development

cargo run

build

cargo build

production build

cargo build --release

test

cargo test

docs

cargo doc --open