rss 0.2.2

Library for serializing the RSS web content syndication format
Documentation
language: rust
sudo: false
rust:
  - nightly
  - beta
  - stable
after_success: |
  cargo doc && \
  echo '<meta http-equiv=refresh content=0;url=rss/index.html>' > target/doc/index.html && \
  sudo pip install ghp-import && \
  ghp-import -n target/doc && \
  git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages