Skip to content

kmmakinaci/learn-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

learn-rust

To start a new project (package with Cargo) cargo new project_name --bin Now you have a directory with project name which include a .toml file and src directory. Use cargo build and cargo run to build&run the project.

If ready for release, use cargo build --release to compile with optimizations.

About

Rust programming learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages