summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-05 10:56:03 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-05 10:56:03 +0100
commita8518817f8e87fd64f1b66e35db820f9ba1c6743 (patch)
tree3593fe77d2100fd153f8a852b5381fe7e4ca2c8a
parent4d6927d2fa3b9924fd1ee690e62c31e67d11ac9c (diff)
Add some rust articles
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming/rust.md4
1 files changed, 4 insertions, 0 deletions
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