mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Add optional support for serde serialization of parse results #81

Closed na-g closed 6 years ago

na-g commented 6 years ago

This adds the serialize feature. When enabled, this feature adds serde serializers to the session and error object hierarchies.

nils-ohlmeier commented 6 years ago

Cool. Thanks. As discussed a travis build config to make sure the new code compiles would be helpful.

codecov-io commented 6 years ago

Codecov Report

Merging #81 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   92.29%   92.29%           
=======================================
  Files           7        7           
  Lines        2024     2024           
=======================================
  Hits         1868     1868           
  Misses        156      156
Impacted Files Coverage Δ
src/error.rs 94.11% <ø> (ø) :arrow_up:
src/attribute_type.rs 92.35% <ø> (ø) :arrow_up:
src/lib.rs 90.28% <ø> (ø) :arrow_up:
src/media_type.rs 89.06% <ø> (ø) :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 e889601...6815c83. Read the comment docs.