From 18de004c5ba93d8c12ad32323bee326592fdfbc0 Mon Sep 17 00:00:00 2001 From: "EventHelix.com Inc." Date: Sat, 27 Jul 2024 16:15:25 -0700 Subject: [PATCH] Adds Rust Under the Hood --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3b25d66..ab1e9c6 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,13 @@ Code Like a Pro in Rust will make you a more productive Rust programmer. This ex You will learn the basics of REST APIs, followed by the ecosystem and usual system architecture around a typical REST API. We will explain how to make your API secure, scalable and observable, so you can move it to production confidently. We will also show you how to implement automated testing, continuous integration and delivery. We will provide examples for cloud deployment scenarios too. The code samples are based on the Tokio-Hyper-Tower-Axum stack. +### [Rust Under the Hood](https://www.amazon.com/dp/B0D7FQB3DH) + + + +"Rust Under the Hood" offers an in-depth exploration of Rust's core mechanics by examining the assembly code generated by its compiler. This comprehensive guide is perfect for Rust enthusiasts at all levels, providing unique insights into memory management, compiler optimizations, and mapping high-level Rust features to low-level assembly. The book covers a wide range of topics with practical examples and detailed explanations, including SIMD, async/await, closures, enums, and strings. Readers will better understand how Rust represents data structures, optimizes performance, and handles asynchronous programming. Ideal for anyone interested in the inner workings of high-level languages and Rust developers aiming to deepen their knowledge, "Rust Under the Hood" is an essential addition to your Rust library. + + **Resources** ====