Skip to content

britannio/learning_rust

Repository files navigation

Learning rust

Based on https://youtu.be/zF34dRivLOw and the rust book.

Note to self

rustc file.rs to compile a rust file

cargo init to create a project in an existing directory. cargo new to create a project in a new directory.

cargo run to run the project

cargo build to create debug build cargo build --release to create production release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages