guildenstern70 / RustLearn

A Rust template project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Learn

A demo template project in Rust

Compile/Build for Debug:

cargo build

Compile/Build for Production:

cargo build --release

Run:

cargo run

Unit Tests:

cargo test

About

A Rust template project

License:MIT License


Languages

Language:Rust 100.0%