takuzu 0.3.2

A library for solving Takuzu (a.k.a. Binairo) number puzzles. The crate also contains an implementation called `tackle`. Use the library if you need integration or would rather write your own main, or clone the repository and run `cargo run --release FILE` for solving away a grid.
docs.rs failed to build takuzu-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: takuzu-1.1.1

Takuzu solver

a.k.a. "Binairo"

Library and solver for the takuzu number puzzle game.

To use the solver:

$ git clone https://github.com/Letheed/takuzu.git
$ cd takuzu
$ cargo run --release [FILE]...

solving grid2 screenshot

For the FILE format, see the library documentation and the examples.

For additional details on the binary, see the binary documentation