Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-764

Use unsigned integers for values that should always be positive

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.0.0-beta
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      We currently use i64 for fields like updated_count since they come back from the server as i64, but since these values should always be positive, we can probably safely use u64 instead.

            Assignee:
            patrick.freed@mongodb.com Patrick Freed
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: