zfc 0.3.2

Trait that represents a set according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC)
Documentation
[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.num-bigint]
default-features = false
version = "0.4.4"

[features]
std = []

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

[package]
authors = ["Zack Newman <zack@philomathiclife.com>"]
categories = ["mathematics", "no-std"]
description = "Trait that represents a set according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC)"
documentation = "https://docs.rs/zfc/latest/zfc/"
edition = "2021"
keywords = ["math", "set", "zfc"]
license = "MIT OR Apache-2.0"
name = "zfc"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/zfc/"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
lto = true
panic = "abort"
strip = true