Rust-Cross-Platform-Development
                                
                                
                                
                                    Rust-Cross-Platform-Development copied to clipboard
                            
                            
                            
                        Rust Programming Language Cross-Platform Development which includes Mobile, Web, CLI and Desktop.
Architecture: Rust Programming Language Cross-Platform Development
This repository aims to cover The Rust Programming Language integration with other Platforms:
- ANDROID: via Android JNI.
 - iOS: via C++.
 - WEB: via WebAssembly.
 - DESKTOP: via Tauri.
 
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....
 - 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 at
   http://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.

