modtype 0.7.0

Macros that implement modular arithmetic integer types
Documentation
[badges.codecov]
repository = "qryxip/modtype"

[badges.maintenance]
status = "actively-developed"

[dependencies.modtype_derive]
version = "0.7.0"

[dependencies.num]
version = "0.2.0"

[dependencies.num-bigint]
version = "0.2.2"

[dependencies.num-integer]
version = "0.1.41"

[dependencies.rand]
version = "=0.6.5"

[dev-dependencies.once_cell]
version = "0.2.1"

[dev-dependencies.rayon]
version = "1.1.0"

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