rust

Safe, concurrent, practical systems programming language

brewmacoslinux
Try with needOr install directly
Source

About

Safe, concurrent, practical language

Commands

rustccargorustup

Examples

Create a new Rust project$ cargo new my_project
Build and run a Rust project$ cargo run --release
Compile Rust source code$ rustc main.rs -o main