semreg / rust-study-projects

Some simple Rust console apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Make sure that you have the latest version of cargo and rustc installed.

To run any of apps go to some dir and type in the following command:

$ cargo run

Or

$ cargo build --release

And then find an executable in /target/release

About

Some simple Rust console apps


Languages

Language:Rust 100.0%