From 84cd0ca46c9b6109c901164129c2618a676629cc Mon Sep 17 00:00:00 2001 From: Lukasz Uszko Date: Tue, 26 Mar 2024 12:11:42 +0100 Subject: [PATCH] A quick overview of rust vs c/c++ in matter of safe and secure coding --- draft/2024-03-27-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-03-27-this-week-in-rust.md b/draft/2024-03-27-this-week-in-rust.md index d2daaae45..d9885ece5 100644 --- a/draft/2024-03-27-this-week-in-rust.md +++ b/draft/2024-03-27-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Safe and Secure Coding in Rust: A Comparative Analysis of Rust and C/C++](https://luk6xff.github.io/other/safe_secure_rust_book) ### Research