bvh_anim 0.3.0

A .bvh file parser
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo test --all ; cargo test --release --all