Initial commit: puzzle solver.
This commit is contained in:
commit
11f6cd7395
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
target
|
||||
Cargo.lock
|
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "puzzle-solver"
|
||||
version = "0.1.0"
|
||||
authors = ["David Wang <millimillenary@gmail.com>"]
|
||||
|
||||
[dependencies]
|
2
src/lib.rs
Normal file
2
src/lib.rs
Normal file
@ -0,0 +1,2 @@
|
||||
//! This crate searches for the solutions to logic puzzles.
|
||||
//! The puzzle rules are expressed as constraints.
|
Loading…
Reference in New Issue
Block a user