enum_primitive 0.1.1

Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0
Documentation
1
2
3
4
5
6
language: rust

rust:
  - 1.0.0
  - stable
  - nightly