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 »
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 »
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 »
Cryptographic algorithms written in pure Rust. Rust Crypto has 20 repositories available. Follow their code on GitHub. (more…)
Read more »
ed in rust. Contribute to ash2x3zb9cy/ed development by creating an account on GitHub. (more…)
Read more »