serde-xml-rs 0.6.0

xml-rs based deserializer for Serde (compatible with 0.9+)
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
before_cache:
  - cargo clean -p serde-xml-rs
  - rm -rf target/
env:
  global:
    - RUST_BACKTRACE=1
matrix:
  fast_finish: true
  allow_failures:
    - rust: nightly