vtkio 0.1.2

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

rust:
  - nightly
  - beta
  - stable

cache: cargo

script:
  - cargo build
  - cargo test

notifications:
    email: false