Skip to content
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

Add RFC 2822 serde module #1477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pitdicker
Copy link
Collaborator

@pitdicker pitdicker commented Mar 1, 2024

Taking over from #1412.

Fixes #1292.

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Attention: Patch coverage is 94.54545% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 91.96%. Comparing base (0aa46dd) to head (b950bc4).

Files Patch % Lines
src/datetime/serde.rs 94.54% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1477   +/-   ##
=======================================
  Coverage   91.95%   91.96%           
=======================================
  Files          40       40           
  Lines       18035    18090   +55     
=======================================
+ Hits        16584    16636   +52     
- Misses       1451     1454    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pitdicker
Copy link
Collaborator Author

To be honest: while I opened this PR to take over, it is no priority for me. We can add an optional variant or review any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer an option to serialize/deserialize to/from RFC 2822
2 participants