surjective-enum 0.1.0

Rust macro to derive a surjective mapping from enum representation to enum.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true