–
In this workshop we will give an introduction to Rust code syntax and semantics. We will show how language features from familiar languages like Python and C++ transfer over, while also introducing concepts not found in many mainstream languages; these include Rust‘s ownership model, traits, and lifetimes. The first half of the workshop will cover […]
