Skip to content

What we’re about

We are interested in the systems language Rust, from Mozilla. We will occasionally meet to share knowledge and ideas, discuss and learn Rust, and contribute to projects. People of all skill level are welcome, even if you are just curious about the language!

Rust is a systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races. Rust's features include algebraic data types, pattern matching, closures, type inference, zero-cost abstractions, guaranteed memory safety, optional garbage collection, concurrency without data races, a minimal runtime, support for embedded platforms, and efficient C bindings.

Learn more about Rust at rust-lang.org