ena 0.14.0

Union-find, congruence closure, and other unification code. Based on code from rustc.
Documentation
language: rust
rust:
  - stable
  - nightly
script:
  - cargo test
  - |
    [ $TRAVIS_RUST_VERSION != nightly ] ||
    cargo test --all-features