From a8518817f8e87fd64f1b66e35db820f9ba1c6743 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Dec 2022 10:56:03 +0100 Subject: Add some rust articles Signed-off-by: Matthias Beyer --- computer/programming/rust.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/computer/programming/rust.md b/computer/programming/rust.md index ac44ee0..a2fa4eb 100644 --- a/computer/programming/rust.md +++ b/computer/programming/rust.md @@ -78,6 +78,10 @@ ones are listed here. * [Why Rust easily optimizes out smart pointers where C++ cannot? (hackernews)](https://news.ycombinator.com/item?id=31626508) * [Lessons from my marathon Rust debugging session](https://www.leafwing-studios.com/blog/debugging-lessons/) * [Why Rust](https://www.rerun.io/blog/why-rust) +* [Memory Safe Languages in Android 13](https://security.googleblog.com/2022/12/memory-safe-languages-in-android-13.html) + * [discussions](https://discu.eu/q/https://security.googleblog.com/2022/12/memory-safe-languages-in-android-13.html) +* [How much does Rust's bounds checking actually cost?](https://blog.readyset.io/bounds-checks/) + * [discussions](https://discu.eu/q/https://blog.readyset.io/bounds-checks/) ## Libraries -- cgit v1.2.3