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
The crate documentation should handle how exactly missing and unknown fields are handled when de-serializing.
Empirically it appears that unknown fields are ignored and that fields with default values are allowed to be missing. However it is important to document these.