-
Notifications
You must be signed in to change notification settings - Fork 146
RUST-1748 Convert serde helpers to serde_with::(De)SerializeAs implementations for some converters between ObjectId, String, and DateTime #559
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
379ac68
Convert to serde_with helpers for ObjectId and DateTime to String
JamieTsai1024 5ecd554
Update tests
JamieTsai1024 4d6dddf
Update rustdoc
JamieTsai1024 f4c4d8d
Fix typo
JamieTsai1024 b408e0d
Update tests for optional and vector struct fields
JamieTsai1024 32c6e39
Add serde_with converter for Chrono to BSON DateTime
JamieTsai1024 ba9ae6f
Put new implementations behind feature flag, add additional tests for…
JamieTsai1024 09689f4
Fix imports
JamieTsai1024 832d582
Fix lint
JamieTsai1024 e351243
Remove clone
JamieTsai1024 35af075
Update imports for documentation
JamieTsai1024 092c270
Fix clippy and rustdoc
JamieTsai1024 94a489f
Merge branch 'main' into RUST-1748
JamieTsai1024 b69b21a
Add serde as a dependency for serde_with-3
JamieTsai1024 6193860
Simplify documentation import
JamieTsai1024 d6d9de6
Add error path tests for string conversions
JamieTsai1024 f1d8d50
Remove tests for empty optional fields with skip_serializing_if
JamieTsai1024 f4a8857
Remove optional converter for Chrono and BSON DateTime
JamieTsai1024 11568ac
Simplify module and struct names for better ergonomics
JamieTsai1024 e26879e
Refactor serialized vector tests
JamieTsai1024 68fefb4
Remove default feature flags
JamieTsai1024 d59c7d5
Update import in readme
JamieTsai1024 d31833b
Fix import documentation
JamieTsai1024 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.