hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

Add some missing documentation. #12

Closed singulared closed 3 years ago

singulared commented 3 years ago

Closes #11

codecov-commenter commented 3 years ago

Codecov Report

Merging #12 (4b23022) into master (6bd00e3) will decrease coverage by 0.29%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   72.06%   71.76%   -0.30%     
==========================================
  Files          42       42              
  Lines         766      758       -8     
==========================================
- Hits          552      544       -8     
  Misses        214      214              
Impacted Files Coverage Δ
hitbox-actix/src/actor.rs 90.00% <ø> (ø)
hitbox-actix/src/builder.rs 21.73% <ø> (ø)
hitbox-actix/src/messages.rs 90.90% <ø> (ø)
hitbox/src/cache.rs 80.00% <ø> (ø)
hitbox/src/metrics.rs 0.00% <ø> (ø)
hitbox/src/response.rs 15.38% <ø> (ø)
hitbox/src/value.rs 63.33% <ø> (ø)
hitbox/tests/cache_key.rs 100.00% <ø> (ø)
hitbox-actix/tests/test_cache_key.rs 71.42% <100.00%> (ø)
hitbox-actix/tests/test_mock_backend.rs 100.00% <100.00%> (ø)
... and 7 more

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 2ba493d...4b23022. Read the comment docs.