summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fb8b67a
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Files illustrating a minimal example of how to link Rust code from an android
+java application. The pieces should be possible to puzzle together into a hello
+world like example.
+
+These go together with the slides published at:
+https://blag.netizen.se/posts/2020-03-22-rust-on-android.html
+
+As is told on above mentioned blog post, this is the material from a short
+presentation I held a year ago on linking to Rust code from java on android.