avitex / rust-dangerous

Rust library for safely and explicitly parsing untrusted data
MIT License
51 stars 4 forks source link

Impl display trait #19

Closed avitex closed 3 years ago

avitex commented 3 years ago

Replaces #17 Closes #10

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (4ee24e4) into master (f3764c1) will decrease coverage by 1.78%. The diff coverage is 44.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   59.02%   57.23%   -1.79%     
==========================================
  Files          22       21       -1     
  Lines        1596     1665      +69     
==========================================
+ Hits          942      953      +11     
- Misses        654      712      +58     
Impacted Files Coverage Δ
src/display/error.rs 0.00% <0.00%> (ø)
src/error/context.rs 30.35% <0.00%> (-3.65%) :arrow_down:
src/error/expected.rs 34.50% <0.00%> (-3.57%) :arrow_down:
src/error/fatal.rs 0.00% <0.00%> (ø)
src/error/invalid.rs 12.00% <0.00%> (-1.05%) :arrow_down:
src/error/retry.rs 15.38% <0.00%> (-2.01%) :arrow_down:
src/reader.rs 40.90% <ø> (ø)
src/display/mod.rs 31.42% <31.42%> (+31.42%) :arrow_up:
src/display/input.rs 79.80% <82.19%> (+6.03%) :arrow_up:
src/display/section.rs 84.81% <100.00%> (ø)
... and 1 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 f3764c1...4ee24e4. Read the comment docs.