graph_safe_compare 0.1.1

Equivalence predicate that can handle cyclic, shared, and very-deep graphs.
Documentation
[[example]]
crate-type = ["lib"]
name = "derived_eq"
test = true

[[test]]
name = "borrow_pair"
required-features = ["std"]

[[test]]
name = "diff_edge"
required-features = ["std"]

[[test]]
name = "diff_index"
required-features = ["std"]

[[test]]
name = "dyn_pair"
required-features = ["std"]

[[test]]
name = "rc_pair"
required-features = ["std"]

[[test]]
name = "lazy"
required-features = ["std"]
[dependencies.cfg-if]
version = "1"

[dependencies.fastrand]
optional = true
version = "1"

[dependencies.oorandom]
optional = true
version = "11"

[dependencies.wyhash]
optional = true
version = "0.5"

[dev-dependencies]

[features]
alloc = []
default = ["std", "wyrng"]
std = ["alloc"]
wyrng = ["wyhash"]

[package]
authors = ["Derick Eddington"]
categories = ["algorithms", "no-std"]
description = "Equivalence predicate that can handle cyclic, shared, and very-deep graphs."
edition = "2021"
keywords = ["graphs", "cyclic", "equivalence", "comparison", "no_std"]
license = "Unlicense"
name = "graph_safe_compare"
readme = "README.md"
repository = "https://github.com/DerickEddington/graph_safe_compare"
resolver = "2"
rust-version = "1.57"
version = "0.1.1"
[profile.bench-max-optim]
codegen-units = 1
inherits = "bench"
lto = true