Replies: 2 comments 2 replies
|
Thanks for the feedback. You make a very good point; I chose capnp purely because I had used it in the past. This would be a good enhancement and it could reduce complexity. In the meantime I've added a note to the README that you need to have capnpc installed in order to build. |
2 replies
|
I just released v0.3.0, which removes the capnp dependency. Instead, we use BARE encoding. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I tried to install program from cargo and saw that tool uses capnp (that's because I got an error that it's not installed).
What about replacing it with something smaller, like rkyv or bincode? I think capnp is more useful when you're trying to setup communication between different platforms, but this tool has both client and server in single language.
All reactions