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

rkyv Support #583

Closed
JonahPlusPlus opened this issue Aug 10, 2021 · 4 comments · Fixed by #644
Closed

rkyv Support #583

JonahPlusPlus opened this issue Aug 10, 2021 · 4 comments · Fixed by #644

Comments

@JonahPlusPlus
Copy link

https://rkyv.org/

A zero-copy deserialization framework for rust. A sort of alternative to serde that has higher performance. chrono should add a feature gate where specifying "rkyv" will enable support for rkyv.

Types that should be serialized/deserialized should be given #[derive(Archive, Serialize, Deserialize, PartialEq, Debug)].

@dovahcrow
Copy link
Contributor

I have the implementation here but not sure if the team wants the rkyv support.

@Mercesa
Copy link

Mercesa commented Jan 18, 2022

We at Traverse Research would also like to use rkyv for Chrono datatypes, are there any plans to add rkyv support to Chrono?

@Jasper-Bekkers
Copy link

Agreed - we would love to see this in chrono, @dovahcrow is there a chance you can PR this at least?

@dovahcrow
Copy link
Contributor

@Jasper-Bekkers #644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants