/learn_rust

Learning Rust

Primary LanguageRust

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