wl_isomorphism 0.1.1

Implementation of the WL and 2-WL algorithms for graph isomorphism testing
Documentation
[dependencies.bytemuck]
version = "1.19.0"

[dependencies.palette]
version = "0.7.6"

[dependencies.petgraph]
version = "0.6.5"

[dependencies.twox-hash]
version = "2.0.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Implementation of the WL and 2-WL algorithms for graph isomorphism testing"
edition = "2021"
keywords = ["isomorphism", "Weisfeiler-Leman", "graph", "heuristic"]
license = "MIT"
name = "wl_isomorphism"
readme = "README.md"
repository = "https://github.com/Anemoonvis/Weisfeiler-Leman_Rust"
version = "0.1.1"

[[test]]
name = "2wl"
path = "tests/2wl.rs"

[[test]]
name = "interface"
path = "tests/interface.rs"