Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deserialize_identifier: add support for all types expected by serde
The default serde deserialize derive accepts 3 types for identifiers: - The name of the field as `str` - The name of the field as ascii bytes - The index of the field as u64 This PR changes deserialize_identifier to have compatibility with all of these This is necessary for Nitrokey/fido-authenticator#57, which needs compatibility with both the str variant and the index variant
- Loading branch information