From d0f97e67d69011bfb504fad1756e8bc49bf0af35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Sch=C3=BCtz?= Date: Sun, 18 Aug 2019 20:22:47 +0200 Subject: [PATCH] Add Android / iOS example repo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4cb83..4aafb7c 100644 --- a/README.md +++ b/README.md @@ -1145,7 +1145,9 @@ See also [Are we game yet?](http://arewegameyet.com) * [vhbit/ObjCrust](https://github.com/vhbit/ObjCrust) — using Rust to create an iOS static library [](https://travis-ci.org/vhbit/ObjCrust) * Pebble * [andars/pebble.rs](https://github.com/andars/pebble.rs) — A crate that allows Rust to be used to develop Pebble applications. - +* Android / iOS + * [i-schuetz/rust_android_ios](https://github.com/i-schuetz/rust_android_ios) — An example of using a shared Rust lib for Android and iOS using rust-swig and cbindgen respectively. + ### Network programming * HTTP