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

Adds serde derives to CubicCurve behind feature flag #13864

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mnmaita
Copy link
Member

@mnmaita mnmaita commented Jun 15, 2024

Objective

Solution

  • Added Serialize and Deserialize derives to CubicCurve gated behind the "serialize" feature flag.

@mnmaita
Copy link
Member Author

mnmaita commented Jun 15, 2024

@torsteingrindvik I'll appreciate your input here, please let me know if this fits your use case. Thanks!

@mnmaita mnmaita marked this pull request as draft June 15, 2024 21:29
@mnmaita
Copy link
Member Author

mnmaita commented Jun 15, 2024

Well, this is not as trivial as I thought since some generic types must comply with the newly added derives. Drafting until I figure that out...

@torsteingrindvik
Copy link
Contributor

Please ping me when out of draft 👍

@janhohenheim janhohenheim added A-Math Fundamental domain-agnostic mathematical operations S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged C-Enhancement A new feature labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CubicCurve is missing serde support
3 participants