SGarcia96 / rust_projects

getting started rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUST 🦀 BASICS

How to run

  • From the root directory run to compile .rs file:

cargo build

  • After run to execute:

cargo run

Help

  • To see documentation of local dependencies run:

cargo doc --open

Sources

About

getting started rust


Languages

Language:Rust 100.0%