INACTIVE - http://mzl.la/ghe-archive - Example project showing a not-very-real-world app with Rust storage running on iOS, on Android, and in a WebExtension. Please follow progress on Mozilla's next generation cross platform sync and storage solution at https://github.com/mozilla/mentat.
Перейти к файлу
Emily Toop 14d08ee472 Basic objects for to-do list project and their rust counterparts accessed from iOS
Fully functioning login flow for todolist.
2017-10-18 15:34:26 +01:00
.vscode Basic objects for to-do list project and their rust counterparts accessed from iOS 2017-10-18 15:34:26 +01:00
basic Basic objects for to-do list project and their rust counterparts accessed from iOS 2017-10-18 15:34:26 +01:00
complex objects Basic objects for to-do list project and their rust counterparts accessed from iOS 2017-10-18 15:34:26 +01:00
.gitignore update gitignore for new project 2017-09-25 13:49:21 +01:00
README.md Update to use multiple projects 2017-09-04 12:23:10 +01:00

README.md

cross-platform-rust

Example project showing a rust library running on multiple platforms.

If you want to create a simple rust library that passes primatives to both iOS and Android, check out the basic project.

If you want to create a rust library that passes more complex objects, check out the complex objects project.