You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue when using bincode's serde facing serialization/deserialization with simple Enums.
Namely I always get UnexpectedEnd { additional: 1 } error when trying to decode the enum.
Bincode version: 2.0.0-rc3
I'm facing an issue when using bincode's serde facing serialization/deserialization with simple Enums.
Namely I always get UnexpectedEnd { additional: 1 } error when trying to decode the enum.
The enum in question:
The unit test used to verify this behaviour:
Bytes::from is using the bytes crate.
Expected behaviour: The decoded message module should match the encoded one.
Observed behaviour: Error: UnexpectedEnd { additional: 1 }
The text was updated successfully, but these errors were encountered: