NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
95 stars 20 forks source link

Make use of const generic in beta #36

Closed NULLx76 closed 3 years ago

NULLx76 commented 3 years ago

I have forked Manish's array-init again: https://github.com/NULLx76/array-init to make sure this works.

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (bf5a539) into master (a58b2cb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   98.71%   98.71%           
=======================================
  Files           5        5           
  Lines         699      699           
=======================================
  Hits          690      690           
  Misses          9        9           
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)

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 a58b2cb...bf5a539. Read the comment docs.

NULLx76 commented 3 years ago

https://github.com/Manishearth/array-init/pull/28