bincode-org / bincode

A binary encoder / decoder implementation in Rust.
MIT License
2.63k stars 265 forks source link

Fixed #707 #708

Closed Vrtgs closed 5 months ago

Vrtgs commented 5 months ago

implemented Decode and BorrowDecode for Rc

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 57.12%. Comparing base (b5fbbf9) to head (e930052).

Files Patch % Lines
src/features/impl_alloc.rs 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #708 +/- ## ========================================== - Coverage 57.24% 57.12% -0.12% ========================================== Files 51 51 Lines 4407 4418 +11 ========================================== + Hits 2523 2524 +1 - Misses 1884 1894 +10 ```

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

VictorKoenders commented 5 months ago

Thanks!