Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 1.03 KB

File metadata and controls

40 lines (24 loc) · 1.03 KB

zenoh-zig

Warning

this project has migrated to codeberg. you can find it at https://codeberg.org/jeffective/zenoh-zig

┌────────────────────────┐
│                        │
│  Join us on Codeberg!  │
│                        │
└────────────────────────┘

Tests

Warning

This project has no affiliation with the official Zenoh project.

This project provides zig bindings for zenoh-c.

Zenoh Version

See contents of build.zig.zon;

How does it work?

  1. Fetches the published zenoh-c binaries as a dependency and links against them.

Examples

See examples.

Development

  1. Install the zig compiler. See minimum_zig_version field of build.zig.zon.
  2. zig build