NTP-996 / Rust-crash-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust crash course

Quick Start

Un-comment the file function to run

# Run With Cargo
cargo run

# Build
cargo build

# Build for production
cargo build --release

About


Languages

Language:Rust 100.0%