vtkio 0.6.2

Parser and writer for the legacy VTK file format
Documentation
language: rust

rust:
  - nightly
  - beta
  - stable

matrix:
  allow_failures:
    - name: "Clippy"
    - rust: nightly
  fast_finish: true
  include:
    - rust: stable
      name: "Clippy"
      script:
        - rustup component add clippy
        - cargo clippy
    - rust: stable
      name: "Format"
      script:
        - rustup component add rustfmt
        - cargo fmt -- --check

cache: cargo

notifications:
    email: false