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

Commits on Sep 12, 2024

  1. serde support

    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 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f2c84a6 View commit details
    Browse the repository at this point in the history