How to Read Rust Functions, Part 1

Rust functions are surprisingly diverse, sitting at the intersection of multiple language features which may take time to understand. In this post, we’ll walk through those features and explain how they appear in function signatures, so you can be well-eq… Read more

Similar

Previewing Rust on Azure Sphere

As part of a private preview, we are now enabling Rust-based applications to benefit from Azure Sphere’s secure identity, update, and end-to-end encrypted communication services!       To me, the promise of Rust is the elimination or significant reduction... (more…)

Read more »

Problems with Async Rust

hair-pin context switches (a thread -> kernel -> the same thread) are able to avoid TLB flushing, and is one reason behind why pinning causes measured differences with tasks to fade most pthr... (more…)

Read more »