Skip to content

RUST-1748 Convert unsigned serde helpers to use serde_conv #574

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

Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a54433e
Refactor BSON DateTime serde converters using serde_conv_doc macro
JamieTsai1024 Jul 8, 2025
2298c43
Remove bson from datetime helpers module name
JamieTsai1024 Jul 14, 2025
7cdc3d9
Add RFC 3339 format to error messages
JamieTsai1024 Jul 14, 2025
76349a0
Fix typo
JamieTsai1024 Jul 14, 2025
e9b14b8
Refactor DateTime FromI64 and FromTime03OffsetDateTime using serde_co…
JamieTsai1024 Jul 14, 2025
212ea0b
Add rustdoc comments to module and structs
JamieTsai1024 Jul 14, 2025
03027d1
Switch from clone through to_owned() to dereference
JamieTsai1024 Jul 14, 2025
ebe3a99
Remove extra rustdocs ///
JamieTsai1024 Jul 14, 2025
9f41ee6
Add DateTime import to fix lint on rustdocs
JamieTsai1024 Jul 14, 2025
2d26b59
Remove DateTime import for rustdocs to avoid clippy warning
JamieTsai1024 Jul 14, 2025
d3d9a95
Add missing conditional compilation to OffsetDateTime struct
JamieTsai1024 Jul 14, 2025
3a0e345
Update rustdocs phrasing and improve struct naming for Chrono04DateTime
JamieTsai1024 Jul 14, 2025
f527aff
Split tests for DateTime
JamieTsai1024 Jul 14, 2025
fe5b5e4
clippy test: revert FromTime03OffsetDateTime to FromTimeOffsetDateTime
JamieTsai1024 Jul 14, 2025
ca6f68f
Rename FromTime03OffsetDateTime
JamieTsai1024 Jul 14, 2025
a3dd1b8
Fix clippy attempt - move conditional compilation attribute
JamieTsai1024 Jul 15, 2025
11b0ddd
Update rustdocs
JamieTsai1024 Jul 15, 2025
71cab69
Update rustdocs imports
JamieTsai1024 Jul 15, 2025
48234dc
Move cfg_attr into macro
JamieTsai1024 Jul 15, 2025
405e6fa
Merge branch 'main' into RUST-1748-serde_conv-3-clean
JamieTsai1024 Jul 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.