-
Notifications
You must be signed in to change notification settings - Fork 3
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
Exception: deserialiseLazyOrPanic ... DeserialiseFailure 1 "Expected index < 2" #13
Comments
Thank you for the response. I can't try the AsEnum/Struct thing at the moment, but I will sometime and report back. Question: in your purgatory article you only use |
The blog post refers to an earlier version of the library, where the default was |
Got it. I will try being explicit and report back. Thank you. |
Do you have any ideas off-the-top-of-your-head.
I know from looking around that the "real" error is coming from
Codec.Borsch.Decoding
decodeEnum
Also, note the size - it is BIG.
For serialization in Rust, I use this macro:
I have used that macro for other types with with smaller instances successfully.
The text was updated successfully, but these errors were encountered: