From 6712ff664988edaa5139d140b90d54ec51029754 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 6 Sep 2024 22:22:25 -0500 Subject: [PATCH] add google docs to rust in android docs --- docs/src/getting-started/rust-in-android.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/getting-started/rust-in-android.md b/docs/src/getting-started/rust-in-android.md index 11d49aed..7440e6d9 100644 --- a/docs/src/getting-started/rust-in-android.md +++ b/docs/src/getting-started/rust-in-android.md @@ -1,5 +1,7 @@ # Rust In Android +[comprehensive guide](https://google.github.io/comprehensive-rust/android.html) + Because there are a lot of starknet libraries in rust, and the beerus client is written in rust, being able to run rust code on android is important for reaching MVP.