emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
72 stars 23 forks source link

Implement `std::fmt::Display` for `MPD` #34

Closed Yesterday17 closed 1 year ago

emarsden commented 1 year ago

Thanks, that's a great change, very convenient for users.

The Rust documentation strongly recommends implementing the Display trait instead of directly implementing ToString. Could you please update your PR (unless you see a reason not to use Display)?

emarsden commented 1 year ago

Merged, thanks!