https://github.com/kj4tmp/zenoh-zig
(NOT OFFICIAL) Zig bindings for the Zenoh C bindings for the Zenoh rust library :)
https://github.com/kj4tmp/zenoh-zig
Last synced: over 1 year ago
JSON representation
(NOT OFFICIAL) Zig bindings for the Zenoh C bindings for the Zenoh rust library :)
- Host: GitHub
- URL: https://github.com/kj4tmp/zenoh-zig
- Owner: kj4tmp
- License: apache-2.0
- Created: 2025-03-01T23:44:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:14:30.000Z (over 1 year ago)
- Last Synced: 2025-03-10T06:19:23.225Z (over 1 year ago)
- Language: Zig
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zenoh-zig

> [!WARNING]
> This project has no affiliation with the official Zenoh project.
This project provides zig bindings for [zenoh-c](https://github.com/eclipse-zenoh/zenoh-c).
## How does it work?
1. Fetches the published [zenoh-c](https://github.com/eclipse-zenoh/zenoh-c) binaries as a dependency and links against them.
## Examples
See [examples](/examples/examples.zig).
## Zenoh-c version
See `version` field of [`build.zig.zon`](/build.zig.zon).
## Development
1. Install the zig compiler. See `minimum_zig_version` field of [`build.zig.zon`](/build.zig.zon).
1. `zig build`