[go: up one dir, main page]

rss 0.1.0

Library for serializing the RSS web content syndication format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "rss"
version = "0.1.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "Apache-2.0"
repository = "https://github.com/frewsxcv/rust-rss"
documentation = "https://frewsxcv.github.io/rust-rss/rss/index.html"
description = "Library for serializing the RSS web content syndication format"
keywords = ["rss", "feed", "blog", "web", "news", "syndication"]
exclude = ["test-data/"]


[dependencies]
RustyXML = "0.1"