Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkpoli/zig-rust-interop
An example of Zig-Rust and Rust-Zig interop through C ABI
https://github.com/mkpoli/zig-rust-interop
abi interop rust zig
Last synced: 8 days ago
JSON representation
An example of Zig-Rust and Rust-Zig interop through C ABI
- Host: GitHub
- URL: https://github.com/mkpoli/zig-rust-interop
- Owner: mkpoli
- Created: 2024-03-30T02:27:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-30T05:42:30.000Z (11 months ago)
- Last Synced: 2024-12-08T04:07:11.459Z (2 months ago)
- Topics: abi, interop, rust, zig
- Language: Zig
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust–Zig / Zig–Rust DLL Interop Example
This repository contains examples of calling DLLs written in Rust and Zig from each other using C ABI.
* [rust-zig](rust-zig/): Zig application calling Rust DLL
* [zig-rust](zig-rust/): Rust application calling Zig DLL## Article
### English
* [⚡Zig💞Rust🦀 DLL InterOP](https://dev.to/mkpoli/zigrust-dll-interop-jaj)### Japanese
* [Zigで書いたDLLをRustで読み込む](https://zenn.dev/mkpoli/articles/591756f1af6ca8)
* [Rustで書いたDLLをZigで読み込む](https://zenn.dev/mkpoli/articles/4d8c1e28bdd05e)