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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
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.