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

Replace project codebase with rss-rs #24

Closed frewsxcv closed 8 years ago

frewsxcv commented 8 years ago
frewsxcv commented 8 years ago

LGTM 👍

frewsxcv commented 8 years ago

@jameshurst Is there any way I could help with the writing support for the new codebase?

jameshurst commented 8 years ago

@frewsxcv I'm pretty far along with the writing support so far. Did the old codebase do any escaping? From my initial glance it doesn't look like it did. If not then I'll commit writing without any escaping for now.

frewsxcv commented 8 years ago

I didn't explicitly add any escaping, and I'm guessing RustyXML did not as well, so I think it's safe to assume escaping was not implemented.

jameshurst commented 8 years ago

I took a look at the RustyXML source and it doesn't do any escaping.