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

TBinaryProtocol returns error size when zerocopy is on and the impl doesn't use LinkedBytes #61

Open
PureWhiteWu opened this issue Nov 21, 2022 · 0 comments

Comments

@PureWhiteWu
Copy link
Member

Currently only LinkedBytes supports zerocopy, but the length calculation can't be specialized for LinkedBytes.

This relies on rust-lang/rust#31844, when this is stabilized, we can fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant