cursor_binary_parser 0.2.0

A helper for using Cursor to manage the parsing of binary packed files.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
notifications:
  email:
    - travis@grumpymetalguy.com
cache: cargo
before_script:
  - rustc --version
  - cargo --version
script:
  - cargo test
branches:
  only:
    - master