rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
427 stars 52 forks source link

rating is missing from the Channel element #28

Closed chrisppy closed 7 years ago

chrisppy commented 8 years ago

When looking at the rss spec I noticed that rating was missing from the Channel element

frewsxcv commented 8 years ago

Good catch! Labeled this as a 'good first bug' in case someone gets to it before one of us does :)

frewsxcv commented 8 years ago

If anyone wants to work on this and wants some help, let me know!

chrisppy commented 7 years ago

resolved by #35

chrisppy commented 7 years ago

reopening as I forgot to add rating to the from_xml and to_xml for channel.