jonasbb / serde_with

This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
https://docs.rs/serde_with
Apache License 2.0
667 stars 72 forks source link

feat(serde_with): make `Bytes` adjustable #794

Open sivizius opened 1 month ago

sivizius commented 1 month ago

As an addition to #793, the same for Bytes.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 67.59%. Comparing base (2d70b70) to head (b6bd5f3). Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
serde_with/src/ser/impls.rs 77.77% 2 Missing :warning:
serde_with/src/de/impls.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #794 +/- ## ========================================== + Coverage 67.34% 67.59% +0.25% ========================================== Files 40 40 Lines 2468 2509 +41 ========================================== + Hits 1662 1696 +34 - Misses 806 813 +7 ```

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