Embedded Rust tooling for the 21st century

Berlin based technology consultancy specialising in the Rust programming language. We offer development, implementation, training and long-term support. Read more

Similar

Guide to Error Handling in Rust

Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)

Read more »

First Rust+GObject coding session

Last Wednesday, Nicholas Matsakis from Rust/Mozilla and I sat down on a video chat to start getting our hands dirty on moving ahead with making Rust a part of the GNOME ecosystem. While there are t…

Read more »