quickbacktrack 0.7.2

Library for backtracking with customizable search for moves
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "quickbacktrack"
version = "0.7.2"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
description = "Library for backtracking with customizable search for moves"
keywords = ["backtrack", "puzzle", "procedural", "generation", "advancedresearch"]
license = "MIT or Apache-2.0"
repository = "https://github.com/advancedresearch/quickbacktrack.git"
homepage = "https://github.com/advancedresearch/quickbacktrack"
edition = "2024"

[dependencies]
fnv = "1.0.7"
rand = "0.9.2"