Skip to content

smartpricer/zamqp

This branch is up to date with skunkwerks/zamqp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82f4ec0 · Mar 25, 2021

History

11 Commits
Mar 25, 2021
Dec 19, 2020
Dec 19, 2020
Jan 4, 2021
Dec 19, 2020

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

About

zig wrapper around rabbitmq-c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 100.0%