Abhishek12345679 / learn_rust

Learning Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust

To build an run a rust program:

cargo run

To only build the program:

cargo build

To only build the program for production:

cargo build --release

About

Learning Rust


Languages

Language:Rust 100.0%