syndication 0.2.0

Library for serializing Atom and RSS web feeds
Documentation
[package]
name = "syndication"
version = "0.2.0"
authors = ["Tom Shen <tom@shen.io>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tomshen/rust-syndication"
description = "Library for serializing Atom and RSS web feeds"
keywords = ["atom", "blog", "feed", "rss", "syndication"]
exclude = ["test-data/*"]

[dependencies]
atom_syndication = "0.1"
rss = "0.3"