-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canonical output? #14
Comments
No, capnproto-java does not yet implement canonicalization. As far as I know, the only canonicalizer in any language is @amluto's, which i think is in c++, and may not in fact have actually been released yet. |
Ah, okay, thanks! |
I am interested in creating this capability, are pull requests being accepting to this project? |
Yes, I would review a pull request that added canonicalization. |
Awesome, we are trying to use canonicalization here Xilinx/fpga24_routing_contest#35 I will get started on it. Daniel |
For what it's worth, here's the commit where canonicalization support was first added to capnproto-rust: capnproto/capnproto-rust@3206531 |
Thanks, that will be helpful |
The main capnproto website mentions a canonicalization algorithm. Does this package implement that, or otherwise output serialized data in a canonical manner?
The text was updated successfully, but these errors were encountered: