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

issue-14: Add documentation #15

Closed AndreyErmilov closed 3 years ago

AndreyErmilov commented 3 years ago

Closes #14

codecov-commenter commented 3 years ago

Codecov Report

Merging #15 (a1528b7) into master (6bd00e3) will decrease coverage by 4.41%. The diff coverage is 94.11%.

:exclamation: Current head a1528b7 differs from pull request most recent head fc4ab37. Consider uploading reports for the commit fc4ab37 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   72.06%   67.64%   -4.42%     
==========================================
  Files          42       41       -1     
  Lines         766      717      -49     
==========================================
- Hits          552      485      -67     
- Misses        214      232      +18     
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/states/cache_policy/cacheable.rs 90.00% <ø> (ø)
hitbox/src/states/cache_policy/non_cacheable.rs 100.00% <ø> (ø)
hitbox/src/states/cache_polled/actual.rs 60.00% <ø> (-33.75%) :arrow_down:
hitbox/src/states/cache_polled/error.rs 0.00% <ø> (-46.16%) :arrow_down:
hitbox/src/transition_groups/stale.rs 43.75% <ø> (ø)
hitbox/src/transition_groups/upstream.rs 100.00% <ø> (ø)
... and 14 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...fc4ab37. Read the comment docs.