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

Fixed writing and parsing bug with <rss> tag #26

Closed jameshurst closed 8 years ago

jameshurst commented 8 years ago

When reading, a channel would be parsed even if it wasn't contained in an tag. When writing, the tag wouldn't be written.

frewsxcv commented 8 years ago

Would be nice if there was a regression test, though regardless, LGTM 👍