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
7
8
9
10
11
12
13
14
[dependencies.num-traits]
default-features = false
version = "0.1.32"

[package]
authors = ["Anders Kaseorg <andersk@mit.edu>"]
description = "Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0"
documentation = "https://andersk.github.io/enum_primitive-rs/enum_primitive/"
homepage = "https://github.com/andersk/enum_primitive-rs"
license = "MIT"
name = "enum_primitive"
readme = "README.md"
repository = "https://github.com/andersk/enum_primitive-rs.git"
version = "0.1.1"