modmath 0.1.2

Modular math implemented with traits.
Documentation
[dependencies.num-traits]
default-features = false
version = "0.2"

[dev-dependencies.bnum]
features = ["numtraits"]
version = "0.12"

[dev-dependencies.crypto-bigint]
version = "0.6"

[dev-dependencies.fixed-bigint]
version = "0.1.13"

[dev-dependencies.ibig]
version = "0.3"

[dev-dependencies.num-bigint]
package = "num-bigint"
version = "0.4"

[dev-dependencies.paste]
version = "1"

[features]
basic = []
constrained = []
default = ["std"]
std = []
strict = []

[lib]
name = "modmath"
path = "src/lib.rs"

[package]
authors = ["kaidokert <kaidokert@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Modular math implemented with traits.
"""
edition = "2024"
exclude = ["/.github/*"]
keywords = ["numerics", "bignum"]
license = "Apache-2.0"
name = "modmath"
readme = "README.md"
repository = "https://github.com/kaidokert/modmath-rs"
resolver = "2"
version = "0.1.2"