cyclic 0.1.1

Simple, complete, and dependency-free modular arithmetic
[dependencies]

[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]
version = "1"

[features]
composite_order_division = []
default = []

[package]
authors = ["mcncm <mcnallychristopherm@gmail.com>"]
description = "Simple, complete, and dependency-free modular arithmetic"
edition = "2018"
keywords = ["modular", "arithmetic", "cyclic", "group", "field"]
license = "GPL-3.0"
name = "cyclic"
readme = "README.md"
repository = "https://github.com/mcncm/cyclic-rs"
version = "0.1.1"