Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updeserialize_seed support for arbitrary Reader #279
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.rs/bincode/1.1.4/bincode/struct.Config.html#method.deserialize_seed currently only works with a slice of bytes, it would be useful to support deserialize_seed with an arbitrary
Reader, similar to thedeserialize_fromimplementation.