Rust is a great programming language when developing for embedded devices like MCUs, which have limited resources. Especially, Bare Metal (a.k.a. no_std) brings many advantages […] Read More
Tag: Rust
When compiling a Rust project for ESP32-S3 you may encounter the following error: While Rust is very helpful with error messages, it’s quite hard to […] Read More
Have you ever wondered how to connect a PC keyboard to your ESP32 for innovative projects? Whether it’s an old PS/2 keyboard or a modern […] Read More
Rust language is great for creating libraries and drivers which can be consumed by other languages like Python, Ruby or Zig. Let’s consider following Rust […] Read More
Rust language and tooling are very powerful. It makes it easy to build for different platforms and architectures and still have performance close to C […] Read More