-
Notifications
You must be signed in to change notification settings - Fork 4
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
Zerocopy RsVec #14
base: master
Are you sure you want to change the base?
Zerocopy RsVec #14
Conversation
That could probably use a forced rebase |
5b9d1f6
to
fdcf1db
Compare
Sorry, completely forgot to clean it up after all the other changes happened 🙇♂️ 😅 |
No, |
I think that's a follow-up error, unless I'm missing something. impl<T> AsRef<[T]> for PackedSlice<T>
where
T: FromBytes, but with the |
This adds a zerocopy capabilities based on the
anybytes
crate.