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
Simplify Value deserialization by removing intermediate type
Add SchemaRead derive directly to Value enum and deserialize without
the unnecessary WincodeValue intermediate. This reduces code by ~18
lines and makes the implementation more idiomatic.
0 commit comments