enum-tryfrom 0.1.1

Error types and traits for use with enum-tryfrom-derive
Documentation
language: rust
cache: cargo

# Can't use stable/beta until try_from is stabilized
matrix:
  include:
  # compiletest_rs & clippy only work on nightly
  - rust: nightly
    script:
    - cargo test --all --features "compiletest clippy" --verbose