rust-syndication / rss

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

Replace HashMap with BTreeMap to have a stable order of tags/attributes #124

Closed andy128k closed 3 years ago

andy128k commented 3 years ago

Closes #74