postmates / quantiles

Approximations to Histograms
MIT License
64 stars 7 forks source link

Update to serde 0.9 #12

Closed blt closed 7 years ago

blt commented 7 years ago

Now that rust 1.15 is here we can make use of serde's custom derive in stable. There is no longer any need for us to have the wacky build.rs to do codegen.

Signed-off-by: Brian L. Troutwine blt@postmates.com

codecov[bot] commented 7 years ago

Codecov Report

Merging #12 into master will increase coverage by -0.21%.

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   94.28%   94.08%   -0.21%     
==========================================
  Files           4        4              
  Lines         490      490              
==========================================
- Hits          462      461       -1     
- Misses         28       29       +1

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 8fa5309...25a078b. Read the comment docs.