svgdom 0.18.0

[DEPRECATED] Library to represent an SVG as a DOM.
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - 1.32.0
  - stable
  - nightly
script:
  - cargo test
  - if [ $TRAVIS_RUST_VERSION == "nightly" ]; then
        env RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test --target x86_64-unknown-linux-gnu;
    fi