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

Implement zero-copy read for Cow<[u8]> just like &[u8] #304

Open
dullbananas opened this issue Jan 1, 2023 · 1 comment
Open

Implement zero-copy read for Cow<[u8]> just like &[u8] #304

dullbananas opened this issue Jan 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dullbananas
Copy link
Contributor

No description provided.

@sharksforarms sharksforarms added the enhancement New feature or request label Jan 1, 2023
@wcampbell0x2a
Copy link
Collaborator

&[u8] was removed from deku with #352. Unless we add support for zero-copy in the future, we can't add support for Cow<[u8]>.

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

No branches or pull requests

3 participants