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
We are trying to use ciborium to ser/de some complicated data. Part of the data invokes the Deserializer::deserialize_str and fails with an error: invalid type: string, expected str. This is because that ciborium limit the deserialze_str size to a hard coded 4096.