Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DutchGhost/rustiffy
Zig FFI with Rust
https://github.com/DutchGhost/rustiffy
Last synced: about 1 month ago
JSON representation
Zig FFI with Rust
- Host: GitHub
- URL: https://github.com/DutchGhost/rustiffy
- Owner: DutchGhost
- Created: 2020-06-12T14:20:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T16:07:44.000Z (over 4 years ago)
- Last Synced: 2025-01-05T13:42:03.704Z (about 2 months ago)
- Language: Zig
- Size: 2.93 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-list - DutchGhost/rustiffy
- awesome-rust-list - DutchGhost/rustiffy
README
# rustiffy
Zig FFI with RustThis is a project grown out of curiosity in Rust and Zig. The idea is to make Zig interact with Rust code. This works, because both languages have the ability to make use of C FFI.
The name `rustiffy` is a combination of `rust` and `FFI`.
The counterpart, `zigiffy` also exists: [zigiffy](https://github.com/DutchGhost/zigiffy)