takuzu 0.4.0

A library for solving Takuzu (a.k.a. Binairo) number puzzles. The crate also contains an implementation called `tackle`.
Documentation

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]...

or

$ cargo install takuzu
$ tackle [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