collada 0.9.0

A library for parsing COLLADA documents for mesh, skeletal and animation data
Documentation
language: rust
script:
  - cargo build -v
  - cargo doc -v
  - cargo test -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh