We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most collection libraries support serialization, and for good reason. coca not supporting this is a pretty major drawback.
The two libraries I plan to support are
serde
rkyv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most collection libraries support serialization, and for good reason. coca not supporting this is a pretty major drawback.
The two libraries I plan to support are
serde
: This is the most popular de-/serialization library in the Rust ecosystem, supporting it is just the polite thing to do.rkyv
: This one has been building a user base quite rapidly, and it's the one I'm personally most likely to use afterserde
.The text was updated successfully, but these errors were encountered: