Skip to content

dpwm/zig-capnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-capnp

Yet another capnproto code generator attempt for zig

Progress

We are currently in early stages of development. This is not a useful project yet!

The current status is that code generation is working for schema.capnp to the point we can replace our hand-written schema file

  • Minimal reading
  • Reading of capnproto
  • Code generation (Reader)
  • Code generation (Builder)
  • Packed messages
  • RPC

Existing efforts

Zarzwick/capnproto-zig

Gitlab: https://gitlab.com/Zarzwick/capnproto-zig/-/tree/main

This appears the most advanced of existing efforts. The compiler is implemented in C++, not zig.

I do not seem to be able to find the alternative efforts!

About

Yet another capnproto code generator for zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published