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

Support for boxed slices #70

Closed
DBLouis opened this issue Jan 8, 2024 · 1 comment · Fixed by #93
Closed

Support for boxed slices #70

DBLouis opened this issue Jan 8, 2024 · 1 comment · Fixed by #93
Labels
enhancement New feature or request

Comments

@DBLouis
Copy link

DBLouis commented Jan 8, 2024

Could you implement Encode and Decode for Box<[T]> where T: Encode and T: Decode? Thanks

@udoprog udoprog added the enhancement New feature or request label Jan 8, 2024
@udoprog
Copy link
Owner

udoprog commented Jan 8, 2024

Note that future support would have to go through Sequence and/or an attribute since we want to keep the [u8] impls for Encode / Decode.

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

Successfully merging a pull request may close this issue.

2 participants