serde-xml-rs 0.4.1

xml-rs based deserializer for Serde (compatible with 0.9+)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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