Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/android10/rust-cross-platform-development
Rust Programming Language Cross-Platform Development which includes Mobile, Web, CLI and Desktop.
https://github.com/android10/rust-cross-platform-development
cargo development open-source opensource programming programming-language rust rust-lang rust-library tools
Last synced: 3 months ago
JSON representation
Rust Programming Language Cross-Platform Development which includes Mobile, Web, CLI and Desktop.
- Host: GitHub
- URL: https://github.com/android10/rust-cross-platform-development
- Owner: android10
- License: apache-2.0
- Created: 2020-11-26T10:09:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T16:58:18.000Z (over 1 year ago)
- Last Synced: 2024-04-18T02:26:23.200Z (10 months ago)
- Topics: cargo, development, open-source, opensource, programming, programming-language, rust, rust-lang, rust-library, tools
- Language: Rust
- Homepage: https://fernandocejas.com/
- Size: 10.6 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Architecture: Rust Programming Language Cross-Platform Development
This repository aims to cover The Rust Programming Language integration with other Platforms:
- **[ANDROID](android-sample/):** via [Android JNI](https://developer.android.com/training/articles/perf-jni).
- **[iOS](ios-sample/):** via C++.
- **[WEB](web-sample/):** via WebAssembly.
- **[DESKTOP](desktop-sample/):** via [Tauri](https://tauri.app/).At the moment ONLY the Android Part is done:
# How to use this repo
Each sub-project contains proper README files with information and instructions for local development and project running.
A bunch of blog posts are worth reading with deeper explanations:
- [Rust cross-platform... The Android part...](https://fernandocejas.com/blog/engineering/2023-07-27-rust-cross-platform-android/).
- [Rust cross-platform... The iOS part...]().
- [Rust cross-platform... The Web part...]().# TODOs
- [ ] iOS Application (WIP)
- [ ] Web App using WASM: **PR Accepted**
- [ ] Rust CLI Application: **PR Accepted**
- [ ] Rust Desktop Application: **PR Accepted**## License
Copyright 2023 Fernando Cejas
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.![https://fernandocejas.com](https://github.com/android10/Sample-Data/blob/master/android10/android10_logo_big.png)