mozilla / webrtc-sdp

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

Refactor SdpAttributeGroup's payload as a struct on SdpAttributeGroupSemantic #70

Open Paul-E opened 7 years ago

Paul-E commented 7 years ago

https://github.com/nils-ohlmeier/rsdparsa/blob/master/src/attribute_type.rs#L226

It would be more idomatic, but might make it harder to filter based on the enum.