smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.63k stars 402 forks source link

Add missing exports in wire for DNS #891

Closed thvdveld closed 5 months ago

thvdveld commented 5 months ago

Exporting more things from DNS in wire.

Fixes #890

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c8dd2f2) 79.82% compared to head (e8be52b) 79.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #891 +/- ## ======================================= Coverage 79.82% 79.82% ======================================= Files 80 80 Lines 28053 28053 ======================================= Hits 22394 22394 Misses 5659 5659 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bjorn3 commented 5 months ago

That was quick! Thanks!