https://github.com/rousan/electron-with-rust
An example file transfer app showing how to create a very performant Electron app with Rust and Tokio.rs
https://github.com/rousan/electron-with-rust
boilerplate electron-app rust tokio-rs
Last synced: 10 months ago
JSON representation
An example file transfer app showing how to create a very performant Electron app with Rust and Tokio.rs
- Host: GitHub
- URL: https://github.com/rousan/electron-with-rust
- Owner: rousan
- License: mit
- Created: 2020-06-23T11:02:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T11:16:52.000Z (almost 6 years ago)
- Last Synced: 2025-07-13T00:42:06.344Z (12 months ago)
- Topics: boilerplate, electron-app, rust, tokio-rs
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 41
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElectronWithRust
An example file transfer app showing how to create a very performant `Electron` app with `Rust` and [`Tokio.rs`](https://tokio.rs/).
## Install
Please download the app binaries from the [releases](https://github.com/rousan/electron-with-rust/releases/tag/v1.0.0) page.
## Contributing
Your PRs and suggestions are always welcome.