Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistently handle numeric and string/bytes keys of field names #1914

Merged
merged 4 commits into from Jan 24, 2021

Commits on Oct 22, 2020

  1. Copy the full SHA
    f6eb34a View commit details
    Browse the repository at this point in the history
  2. Implement IdentifierDeserializer for u64 instead of u32 because all i…

    …dentifiers deserialized with visit_u64
    Mingun committed Oct 22, 2020
    Copy the full SHA
    34de1e0 View commit details
    Browse the repository at this point in the history
  3. Allow field identifiers be any numbers if #[serde(other)] is used

    Thus behavior synchronized between string/bytes identifiers and numeric identifiers
    Mingun committed Oct 22, 2020
    Copy the full SHA
    0737474 View commit details
    Browse the repository at this point in the history
  4. Allow borrowed and owned strings and bytes and u8, u16, u64 for varia…

    …nt keys in serde_test
    Mingun committed Oct 22, 2020
    Copy the full SHA
    e805717 View commit details
    Browse the repository at this point in the history