-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
|