Cord: Canonical serialization in Rust for security-sensitive applications

🧬 Canonical serialization in Rust for security-sensitive applications – backbone-hq/cord… Read more

Similar

Caches in Rust

In this post I’ll describe how to implement caches in Rust. It is inspired by two recent refactors I landed at nearcore (nearcore#6549, nearcore#6811). Based on that experience, it seems that implementing caches wrong is rather easy, and making a mistake ... (more…)

Read more »

Rust for C#/.NET Developers

This is a (non-comprehensive) guide for C# and .NET developers that are completely new to the Rust programming language. Some concepts and constructs translate fairly well between C#/.NET and Rust, but which may be expressed differently, whereas others ar... (more…)

Read more »

Rust on ESP32

I recently got my hands on an ESP32 microcontroller for hacking purpose and successfully ran Rust code on it 🦀 Installing the tools First, you need to download and install the prebuilt binaries of the Rust and LLVM compiler forks by Espressif or follow y... (more…)

Read more »