serde-xml-rs 0.2.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
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
env:
  global:
    - RUST_BACKTRACE=1
matrix:
  fast_finish: true
  allow_failures:
    - rust: nightly