malcolmstill / zig-amqp

AMQP 0.9.1 library for Zig
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Replace python generator with zig generator #11

Open malcolmstill opened 3 years ago

malcolmstill commented 3 years ago

It would be nice to excise the python code.

I'm not aware of a zig library yet for dealing with xml but we could just wrap libxml2.

malcolmstill commented 3 years ago

I've marked as good first issue as I think it's obvious what is required and it is easy to test that it works: the zig generator needs to output exactly what python does

malcolmstill commented 4 months ago

Here's an example of using https://github.com/mitchellh/zig-build-libxml2: https://github.com/malcolmstill/foxwhale-gen