enum_primitive 0.1.0

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

[dependencies.num]
version = "*"
default-features = false