Rust is a general purpose, safety oriented programming language. I’ve been using Rust professionally for roughly 2 years now and I would like to share some of the strengths and weaknesses that I have found during that time.
While this won’t be a formal introduction to Rust, anyone with a software background will be able to follow along. In several places I will compare and contrast Rust with C & C++. The presentation will give you a good background as to when you should consider Rust for a project as well as highlight several of the pitfalls I have run into when working with Rust.