We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deserialize_from_slice requires vec or &[u8] live longer than object decoded.
deserialize_from_vec may be helperful, and then we can transfer object decoded from one function to another function.
thanks!
The text was updated successfully, but these errors were encountered:
@miaomiao1992 were you able to solve this miserable issue? it is also bugging me a lot...
I performed some benchmarks and this crate outperformed prost -- so of course I would go this way, but right now this is a huge blocker...
prost
maybe someone else around here has got any solution? :/
Sorry, something went wrong.
does @tafia still get around these issues every now and then? we could use a hand...
No branches or pull requests
deserialize_from_slice requires vec or &[u8] live longer than object decoded.
deserialize_from_vec may be helperful, and then we can transfer object decoded from one function to another function.
thanks!
The text was updated successfully, but these errors were encountered: