Skip to content
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

Add De-/Serialization Support #4

Open
2 tasks
teryror opened this issue Mar 7, 2022 · 0 comments
Open
2 tasks

Add De-/Serialization Support #4

teryror opened this issue Mar 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@teryror
Copy link
Owner

teryror commented Mar 7, 2022

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 after serde.
@teryror teryror added the enhancement New feature or request label Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant