Skip to content

skunkwerks/zamqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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").

Releases

No releases published

Packages

No packages published

Languages