From 4af8c4840fabc56d6e4946bf8b0eadb48d522478 Mon Sep 17 00:00:00 2001 From: Rakuram Date: Sat, 21 Sep 2024 20:00:12 +0530 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b686423..c34f0cc 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ A small selection of other guides and tutorial for Rust: - [Deploying Rust in Existing Firmware Codebases](https://security.googleblog.com/2024/09/deploying-rust-in-existing-firmware.html) - [Rust to Assembly: Understanding the Inner Workings of Rust](https://eventhelix.com/rust/) - [Rust - A low-level echo server using io_uring](https://www.thespatula.io/rust/rust_io_uring_echo_server/) +- [Understanding Memory Ordering in Rust](https://emschwartz.me/understanding-memory-ordering-in-rust/) ## Interesting Rust Projects - [Rust - Implementing WebSockets](https://www.thespatula.io/rust/rust_websocket/)