Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgv/using-zig-with-go-libraries
https://github.com/dgv/using-zig-with-go-libraries
c go zig
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgv/using-zig-with-go-libraries
- Owner: dgv
- Created: 2024-04-12T01:32:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T21:12:34.000Z (8 months ago)
- Last Synced: 2024-05-05T23:24:33.582Z (8 months ago)
- Topics: c, go, zig
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## using-zig-with-go-libraries
just simple example using [cgo](https://pkg.go.dev/cmd/cgo#hdr-Go_references_to_C) to export headers. better example at [go-cshared-examples](https://github.com/vladimirvivien/go-cshared-examples).