Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekohex/allo-isolate
Run Multithreaded Rust along with Dart VM (in isolate) 🌀
https://github.com/shekohex/allo-isolate
dart ffi flutter rust-lang
Last synced: about 24 hours ago
JSON representation
Run Multithreaded Rust along with Dart VM (in isolate) 🌀
- Host: GitHub
- URL: https://github.com/shekohex/allo-isolate
- Owner: shekohex
- License: apache-2.0
- Created: 2020-06-19T15:44:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T12:27:48.000Z (16 days ago)
- Last Synced: 2024-10-30T00:34:08.230Z (8 days ago)
- Topics: dart, ffi, flutter, rust-lang
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 120
- Watchers: 8
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Allo Isolate (Dart VM)
Run Multithreaded Rust along with Dart VM (in isolate)
## Safety
some of the code uses `unsafe` since, but mostly you wouldn't have to write that yourself as we provide macros for that.
## Contributing
Want to join us? Check out our ["Contributing" guide][contributing] and take a
look at some of these issues:- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted][contributing]: https://github.com/sunshine-protocol/allo-isolate/blob/master/.github/CONTRIBUTING.md
[good-first-issue]: https://github.com/sunshine-protocol/allo-isolate/labels/good%20first%20issue
[help-wanted]: https://github.com/sunshine-protocol/allo-isolate/labels/help%20wanted## License
Licensed under Apache v2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be licensed as above, without any additional terms or conditions.