Skip to main content

Introduction

Welcome to the Ottawa Rust language meetup group website.

We are interested in the powerful and safe language Rust. 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 https://www.rust-lang.org/