variance 0.1.3

Helpers for establishing the variance of lifetimes and type parameters.
Documentation
language: rust
rust:
    - nightly
    - beta
    - stable
sudo: false

script:
    - cargo build
    - cargo test
    - cargo bench --no-run
    - cargo doc