diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |