mongodb / bson-rust

Encoding and decoding support for BSON in Rust
MIT License
389 stars 130 forks source link

Support serialization of Option<chrono::DateTime> #482

Open lazureykis opened 6 days ago

isabelatkinson commented 3 days ago

Hi @lazureykis, thanks for opening this PR! Can you please add some tests for this functionality to this file?

lazureykis commented 3 days ago

Hi @lazureykis, thanks for opening this PR! Can you please add some tests for this functionality to this file?

Added.

lazureykis commented 1 day ago

Looks like there are some formatting errors. You can run the check-rustfmt.sh script in the .evergreen directory to determine where the errors are coming from and then use rustfmt +nightly --unstable-features <filename> to fix them.

Thanks. Should be fixed now.