-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
bson currently has a u2i feature for converting unsigned integers to the signed ones that will fit them during deserialization, but since bson is re-exported from the driver, it is now impossible for end users to enable it. We should introduce the feature driver side so users can specify it if they wish.
PR with the fix: https://github.com/mongodb/mongo-rust-driver/pull/200
- is related to
-
RUST-285 Properly document non-default features in the BSON library
- Closed