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

serde support #88

Merged
merged 1 commit into from
Sep 12, 2024
Merged

serde support #88

merged 1 commit into from
Sep 12, 2024

Conversation

tarcieri
Copy link
Member

Support for serializing Array<T, U> as a serde tuple.

Unfortunately serde lacks first-class support for arrays, so this is the best we can do other than a length-prefixed slice-like serialization, which might also be worth considering.

This seems like the most sensible place to start, though.

Closes #73

Support for serializing `Array<T, U>` as a serde tuple.

Unfortunately `serde` lacks first-class support for arrays, so this is
the best we can do other than a length-prefixed slice-like
serialization, which might also be worth considering.

This seems like the most sensible place to start, though.

Closes #73
@tarcieri tarcieri merged commit 3df563c into master Sep 12, 2024
14 checks passed
@tarcieri tarcieri deleted the serde-support branch September 12, 2024 18:04
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.

Optional serde support
1 participant