bincode-org / bincode

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

Add LICENSE.md to derive/ #698

Closed jfsulliv closed 5 months ago

jfsulliv commented 6 months ago

Adds a symlink from derive/LICENSE.md back to the LICENSE.md file in the root of the repository. Since bincode_derive is published as a separate crate, this ensures the license is bundled appropriately with the crate.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 57.21%. Comparing base (980e402) to head (26c3bc3). Report is 1 commits behind head on trunk.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #698 +/- ## ========================================== - Coverage 57.54% 57.21% -0.33% ========================================== Files 51 51 Lines 4383 4410 +27 ========================================== + Hits 2522 2523 +1 - Misses 1861 1887 +26 ```

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

VictorKoenders commented 5 months ago

Broken on another issue, not going to block on that