modtype_derive 0.7.0

Macros that implement modular arithmetic integer types
Documentation
[dependencies.heck]
version = "0.3.1"

[dependencies.if_chain]
version = "1.0.0"

[dependencies.maplit]
version = "1.0.1"

[dependencies.proc-macro2]
version = "0.4.30"

[dependencies.quote]
version = "0.6.12"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15.39"

[dev-dependencies.modtype]
version = "0.*"

[lib]
proc-macro = true

[package]
authors = ["Ryo Yamashita <qryxip@gmail.com>"]
categories = ["algorithms"]
description = "Macros that implement modular arithmetic integer types"
documentation = "https://docs.rs/modtype_derive"
edition = "2018"
keywords = ["math"]
license = "MIT OR Apache-2.0"
name = "modtype_derive"
repository = "https://github.com/qryxip/modtype"
version = "0.7.0"