rust-rse / reed-solomon-erasure

[Looking for new owners/maintainers, see #88] Rust implementation of Reed-Solomon erasure coding
MIT License
179 stars 61 forks source link

Added simd-accel feature testing to .travis.yml, removed use of libc::uint8_t #66

Closed darrenldl closed 5 years ago

darrenldl commented 5 years ago

Fixes #65

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 96.317% when pulling 4b775099dc6ff23df58fd7b0943bf73d3849e517 on dev into 72118dc94d1dcd3e8c4045f3d5af5008af309e08 on master.

darrenldl commented 5 years ago

@mvines 4.0.1 will be published as soon as this PR finishes and if nothing else is missing

codecov[bot] commented 5 years ago

Codecov Report

Merging #66 into master will decrease coverage by 0.75%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   97.06%   96.31%   -0.76%     
==========================================
  Files           8       10       +2     
  Lines        2728     2930     +202     
==========================================
+ Hits         2648     2822     +174     
- Misses         80      108      +28
Impacted Files Coverage Δ
src/galois_8.rs 99.03% <100%> (+0.04%) :arrow_up:
simd_c/reedsolomon.c 100% <0%> (ø)
src/galois_16.rs 84.78% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 72118dc...4b77509. Read the comment docs.

darrenldl commented 5 years ago

@mvines 4.0.1 is up on crates.io

mvines commented 5 years ago

💯 thanks!