https://github.com/vengarioth/hashlink-rs
an attempt to make a sys crate for the haxe hashlink vm
https://github.com/vengarioth/hashlink-rs
Last synced: 3 months ago
JSON representation
an attempt to make a sys crate for the haxe hashlink vm
- Host: GitHub
- URL: https://github.com/vengarioth/hashlink-rs
- Owner: Vengarioth
- License: mit
- Created: 2020-04-11T17:08:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T22:09:03.000Z (over 6 years ago)
- Last Synced: 2025-01-13T22:17:14.897Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# hashlink-rs
an attempt to build a [sys crate](https://kornel.ski/rust-sys-crate) for [hashlink](https://hashlink.haxe.org/). Basic linking seems to work (against the lib and the dll).
## Special Thanks
* Thank you [Marc](https://github.com/BoneCrasher) for helping with the linking issues!
## Licensing
* [Hashlink is distributed under the MIT license](/vendor/hashlink/LICENSE).
* [hashlink-rs is distributed under the MIT license](/LICENSE).