mozilla / webrtc-sdp

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

Implement/Derive PartialEq for SdpAttribute #68

Closed Paul-E closed 6 years ago

Paul-E commented 7 years ago

If SdpAttribute implements PartialEq, then we can do things such as attributes.contains(&SdpAttribute::IceLite), rather than custom for loops.

nils-ohlmeier commented 6 years ago

This has been solved through one of the recent syncs from Mozilla-central.