Optional Parameters in Rust

Vidify – Analyzing different approaches for optional parameters in Rust… Read more

Similar

Rust and dynamically-sized thin pointers

One of Rust's notable differences from C is its requirement that all values have a defined size, which enables runtime bounds-checking and advanced static analysis tooling such as MIRI. For dynamically-sized types (DSTs) this requirement is implemented us... (more…)

Read more »

Using Rust for a simple hardware project

In this post we'll cover new hardware additions to tonari and some of the work and research that went into powering that hardware. We're big fans of the Rust programming language but before this project we hadn't ever used it for embedded hardware. We'll ... (more…)

Read more »