rutgersc / m3u8-rs

m3u8 parser for rust
MIT License
100 stars 27 forks source link

Implemented Clone on all structs #3

Closed gurry closed 5 years ago

gurry commented 5 years ago

I needed Clone on Playlist objects. Therefore had to implement it everywhere. I feel it's a good idea to have all these struct clonable because that makes it possible to create copies if needed.

rutgersc commented 5 years ago

Yep, sounds like a good idea to me.