kassane/zig-xlsxwriter

TODO

kassane opened this issue · 2 comments

This is only an initial foundation which will need improvement.
The original api made by @jmcnamara I' m still reading. #245

TODO

  • More examples
  • improvement wrapper (binding)
  • turn wrapper on port.

Issue

provisional solution:

add struct_headname opaque type.

pub const struct_headname = opaque {};

The original api made by @jmcnamara I' m still reading.

Best of luck with this.

The original api made by @jmcnamara I' m still reading.

Best of luck with this.

Thanks!

It is interesting how rust ported the original C code is like this.
At this exact moment I' m translating some examples (not all of them) and just want to turn the initial wrapper into a zig-port.