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
{{ message }}
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
At the moment there is not attribute support for skipping a field, but we'd like to implement it like Serde.rs does:
The expected behavior is that the field will be skipped when found via the
next_fieldcall and the field visitor that gets generated.