minirust

(β˜… 1,008)

A precise specification for "Rust lite / MIR plus"

  • .gitignore
  • LICENSE-APACHE
  • LICENSE-MIT
  • mini
  • README.md
  • rust-toolchain.toml
  • specr.toml

# Installation Guide

1. Get the code
git clone https://github.com/minirust/minirust

Downloads the entire project code from GitHub to your computer.

cd minirust

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cd tooling

This project's files live in a subfolder, so move into it first.

cargo build --release

Compiles the Rust project.

cargo run

Builds and then immediately runs the program.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation