JulianSchmid / etherparse

A rust library for parsing ethernet & ethernet using protocols.
Apache License 2.0
286 stars 54 forks source link

Fix UDP header function docstrings #5

Closed dm3 closed 5 years ago

dm3 commented 5 years ago

Trivial doc fix

codecov[bot] commented 5 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   99.39%   99.41%   +0.01%     
==========================================
  Files          27       27              
  Lines        5157     5156       -1     
==========================================
  Hits         5126     5126              
+ Misses         31       30       -1
Flag Coverage Δ
#unittests 99.35% <ø> (+0.01%) :arrow_up:
#whitebox_unitttests 72% <ø> (-12%) :arrow_down:
Impacted Files Coverage Δ
src/transport/udp.rs 100% <ø> (ø) :arrow_up:
src/packet_builder.rs 99.14% <0%> (-0.86%) :arrow_down:
src/internet/ipv4.rs 99.69% <0%> (-0.31%) :arrow_down:
tests/packet_compositions/mod.rs 97.49% <0%> (-0.01%) :arrow_down:
src/transport/tcp.rs 99.65% <0%> (-0.01%) :arrow_down:
tests/unit-tests.rs 98.48% <0%> (+0.04%) :arrow_up:
tests/packet_filter/mod.rs 98.46% <0%> (+0.76%) :arrow_up:
src/lib.rs 98.63% <0%> (+1.36%) :arrow_up:

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 0618520...4ee5ab2. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   99.39%   99.41%   +0.01%     
==========================================
  Files          27       27              
  Lines        5157     5156       -1     
==========================================
  Hits         5126     5126              
+ Misses         31       30       -1
Flag Coverage Δ
#unittests 99.35% <ø> (+0.01%) :arrow_up:
#whitebox_unitttests 72% <ø> (-12%) :arrow_down:
Impacted Files Coverage Δ
src/transport/udp.rs 100% <ø> (ø) :arrow_up:
src/packet_builder.rs 99.14% <0%> (-0.86%) :arrow_down:
src/internet/ipv4.rs 99.69% <0%> (-0.31%) :arrow_down:
tests/packet_compositions/mod.rs 97.49% <0%> (-0.01%) :arrow_down:
src/transport/tcp.rs 99.65% <0%> (-0.01%) :arrow_down:
tests/unit-tests.rs 98.48% <0%> (+0.04%) :arrow_up:
tests/packet_filter/mod.rs 98.46% <0%> (+0.76%) :arrow_up:
src/lib.rs 98.63% <0%> (+1.36%) :arrow_up:

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 0618520...4ee5ab2. Read the comment docs.