Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 685 Bytes

zenoh-zig

Tests

Warning

This project has no affiliation with the official Zenoh project.

This project provides zig bindings for zenoh-c.

How does it work?

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

Examples

See examples.

Zenoh-c version

See version field of build.zig.zon.

Development

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