Skip to content

ocdbytes/RustLang

Repository files navigation

Rust Lang 🦀

Compiling Rust :

rustc <file_name>.rs

Cargo CLI :

cargo new <project_name> # to create new project
cargo build              # to build the project
cargo run                # to run the project
cargo check              # to quick check on the code
cargo update             # to update the dependencies

Concepts :

About

Rust Programming Language | Ownership | Error Handling | Struct | Methods | HashMap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages