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

deserialize_from_vec may be more helperful #253

Open
miaomiao1992 opened this issue Jan 14, 2024 · 2 comments
Open

deserialize_from_vec may be more helperful #253

miaomiao1992 opened this issue Jan 14, 2024 · 2 comments

Comments

@miaomiao1992
Copy link

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!

@miaomiao1992 miaomiao1992 changed the title deserialize_from_vec may be helper deserialize_from_vec may be more helperful Jan 14, 2024
@raul-gherman
Copy link

@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...

maybe someone else around here has got any solution? :/

@raul-gherman
Copy link

does @tafia still get around these issues every now and then?
we could use a hand...

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

No branches or pull requests

2 participants