The London based user group for the Rust programming language. Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
Sorry, looks like Rust London User Group haven't got any events scheduled for the moment!
Who's part of this group?
In order to view registered members you need to be logged in with a "confirmed" Skills Matter account!
If you haven't already done so click here to create a new account.Find the "confirmation instructions" email we sent you when you signed up and click on the "Confirm Account" link.
-
Rust London: Show and Tell
Let's work on some Rust projects together or learn using tutorials! If you don't have a project, come along, you might find that someone is working on something that interests you. Failing that we've got various suggestions for exercises and challenges. Some of us are newbies working...
programming rust rustlang rlug -
Rust learning and hacking evening #11
Let's work on some Rust projects together or learn using tutorials! If you don't have a project, come along, you might find that someone is working on something that interests you. Failing that we've got various suggestions for exercises and challenges. Some of us are newbies working...
rust programming mozilla -
Rust learning and hacking evening #10
Let's work on some Rust projects together or learn using tutorials! If you don't have a project, come along, you might find that someone is working on something that interests you. Failing that we've got various suggestions for exercises and challenges. Some of us are newbies working...
rust programming mozilla -
LDN Coding Dojo: May 2018
Following on from Peter's talk on using coding challenges to learn Rust at LDN Talks: March 2018 (link), we're running our first coding dojo. We'll bring an interesting problem and solve it as a group. Bring a laptop if you want to code along or branch off with your own solution. We...
rust learning codingdojo -
Rust learning and hacking evening #9
Let's work on some Rust projects together or learn using tutorials! If you don't have a project, come along, you might find that someone is working on something that interests you. Failing that we've got various suggestions for exercises and challenges. Some of us are newbies working...
rust programming mozilla -
Write once, Rust everywhere
Featuring Emily Toop
Rust has a well defined API for FFI but almost all of the documentation focuses on calling other languages from Rust. In this talk Emily will be showing how Rust can be used to share functionality between different platforms, covering cross compilation, platform specific requirements and some...
-
Coding challenges as a learning tool
Featuring Peter Marks
Doing coding challenges can be a great way to learn to code in a new language. In this talk, Peter will give some tips on choosing suitable challenges and will work through an example challenge, sharing lessons learned and giving suggestions on process and techniques.
-
Rust learning and hacking evening #8
Let's work on some Rust projects together or learn using tutorials! If you don't have a project, come along, you might find that someone is working on something that interests you. Failing that we've got various suggestions for exercises and challenges. Some of us are newbies working...
mozilla community participation programming rust -
Inversion of control in Rust
Featuring Aleksey Kladov
Object-oriented languages are great for implementing frameworks, because objects are great for inversion of control. In Rust, we don't have objects, but we have traits. This talks discusses peculiarities and patterns emerging when implementing inversion of control in Rust, using the Exonum...
patterns exonum inversionofcontrol frameworks rust