murar8 / axum_typed_multipart

Type safe multipart/form-data handling for axum.
77 stars 13 forks source link

Implement TryFromChunks for chrono FixedOffset and UTC #68

Closed reneklacan closed 5 months ago

reneklacan commented 5 months ago

https://github.com/murar8/axum_typed_multipart/issues/47

I couldn't figure out a way to make it fully general to accept any TimeZone

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.36%. Comparing base (4291cef) to head (01f0fd8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ======================================= Coverage 96.36% 96.36% ======================================= Files 11 11 Lines 358 358 ======================================= Hits 345 345 Misses 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

murar8 commented 5 months ago

Don't mind the failing CI, will have it fixed tonight hopefully.