Defmt, a highly efficient Rust logging framework for embedded devices

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

Similar

Comprehensive Rust

This is a four day Rust course developed by the Android team. The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. It also includes Android-specific content on the last day. (more…)

Read more »

24 days of Rust – rayon

Let me start this article with a confession: I suck at writing parallel code. I have only a vague idea about mutexes, locks and other low level primitives for handling data between threads. And since I work mostly with Python, I tend to use multiprocessin...

Read more »