memorysafety / zlib-rs

A safer zlib
zlib License
79 stars 6 forks source link

add C source code for the pclmul crc32 variant #35

Closed folkertdev closed 4 months ago

folkertdev commented 4 months ago

so, now that I've done this, I'm not sure we really want this in the repo actually...

it really skews our code statistics on github, it doesn't really help anyone but me. it's a good idea to have the C source available somewhere but should it really live indefinitely in our repository?

codecov[bot] commented 4 months ago

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (8c3a10a) 86.16% compared to head (8a2935a) 86.00%.

Files Patch % Lines
load-dynamic-libz-ng/src/lib.rs 31.81% 15 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== - Coverage 86.16% 86.00% -0.16% ========================================== Files 31 31 Lines 6982 7003 +21 ========================================== + Hits 6016 6023 +7 - Misses 966 980 +14 ```

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