Categories
Network
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

zamqp is a Zig wrapper around rabbitmq-c.

Setup

  1. Install librabbitmq.
  2. Add the following to your build.zig (you may need to adjust the path):
    step.linkLibC();
    step.linkSystemLibrary("rabbitmq");
    step.addPackagePath("zamqp", "../zamqp/src/zamqp.zig");
    
  3. Import with @import("zamqp").
About
zig wrapper around rabbitmq-c
Owner
skunkwerks (Organization)
Last Commit
2021-03-25
Latest Release
Latest Release Date
Created
2020-12-19