spy 0.2.0

Rust spy functions for testing purposes
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
branches:
  only:
    - master
script:
  - cargo test --verbose
notifications:
  email:
    on_success: never