dancing-links 0.3.1

Exact cover solver using dancing links technique
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies.bumpalo]
version = "3.17.0"

[dev-dependencies.env_logger]
default-features = false
version = "0.11.7"

[dev-dependencies.log]
version = "0.4.27"

[dev-dependencies.rayon]
version = "1.10.0"

[[example]]
name = "sudoku"
path = "examples/sudoku.rs"

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

[package]
authors = ["Declan Kelly <dkelly.home@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics"]
description = "Exact cover solver using dancing links technique"
edition = "2021"
exclude = [".github/"]
keywords = ["algorithms", "data-structures", "sudoku", "latin-square", "dancing-links"]
license = "MIT OR Apache-2.0"
name = "dancing-links"
readme = "README.md"
repository = "https://github.com/declanvk/dancing-links/"
rust-version = "1.71"
version = "0.3.1"

[profile.bench]
debug = 2

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

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

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