bincode-org / bincode

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

Update spec for `Option<T>` encoding #702

Closed mkeeter closed 5 months ago

mkeeter commented 5 months ago

Fixes #700

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 57.24%. Comparing base (9255d49) to head (9d9bb3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #702 +/- ## ======================================= Coverage 57.24% 57.24% ======================================= Files 51 51 Lines 4407 4407 ======================================= Hits 2523 2523 Misses 1884 1884 ```

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

VictorKoenders commented 5 months ago

Thanks!