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 serialization and deserialization with serde for scalar dual numbers #74

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

prehner
Copy link
Contributor

@prehner prehner commented Apr 14, 2024

nalgebra has a serde feature, but for generic vectors (static or dynamic) additional trait bounds on some associated types would be required.

@g-bauer I used a feature flag for the serde dependency. Do you think the additional boilerplate is worth it for a more ergonomic library for non serde users?

@prehner prehner linked an issue Apr 15, 2024 that may be closed by this pull request
@prehner prehner requested a review from g-bauer April 15, 2024 09:31
@prehner prehner merged commit c97f084 into master Apr 16, 2024
6 checks passed
@prehner prehner deleted the serde branch April 16, 2024 09:15
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 this pull request may close these issues.

Serde serialization feature
2 participants