Skip to content

igorvieira/learning-rust

Repository files navigation

Learning about Rust

Baby steps about rust, and the concepts of this language.

Build Setup

# install dependencies
cargo install

# run the examples
cargo run

or

# compile and run the file compiled
rustc main.rs && ./main

Biography

The Rust Programming Language

Releases

No releases published

Packages

No packages published

Languages