Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwm authored Jul 30, 2023
1 parent cefa657 commit cbafde0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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!

- [x] 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!

0 comments on commit cbafde0

Please sign in to comment.