/Rust-SandBox

Web app to help learn rust

Primary LanguageRustMIT LicenseMIT

Rust Sandbox

Some fundamental syntax of the Rust language.

Quick Start

Un-comment the file function to run

# Run With Cargo
cargo run

# Build
cargo build

# Build for production
cargo build --release

Notes

All branches Ending in .rs are completely separate repos/projects (They can't be merged into the main)

Its just convinient this way since this is a practice / playground repo, so I keep all projects in this same repo, but on different branches.

Most of these small Projects are cli tools