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
New versions of the specifications frequently add new fields. Ignoring new fields allow previous versions of the library not to fail when used with newer devices. See #65.
We may need to fork serde_indexed to add this functionality.
Includes:
Allow unknown fields in numerically-indexed #[derive(DeserializeIndexed)] structs
New versions of the specifications frequently add new fields. Ignoring new fields allow previous versions of the library not to fail when used with newer devices. See #65.
We may need to fork serde_indexed to add this functionality.
Includes:
#[derive(DeserializeIndexed)]structs