Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)