-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
jonasbb has created PR #453: Fix feature name for serde_with Uuid implementation in bson-rust
Issue Text:
The feature is named `serde_with-3`. The `_` makes it such that the `SerializeAs` implementation is not working. The `DeserializeAs` implementation above uses the correct feature name and shows up in the documentation.