summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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