ply-rs 0.1.3

Library for reading/writing ascii and binary PLY files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
rust:
  - stable
  - beta
#  - nightly

script:
  - cargo build --verbose --all
  - cargo test --verbose --all
  - cargo doc --verbose
os:
  - linux
  - osx
#matrix:
#  allow_failures:
#    - rust: nightly
after_success: scripts/travis-doc-upload.sh | sh