domino-lib 0.4.3

Domino library, create sequences and puzzles, solve and validate them in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "domino-lib"

description = "Domino library, create sequences and puzzles, solve and validate them in rust"

repository = "https://github.com/DominoOrg/domino-lib"

license = "MIT"

version = "0.4.3"

edition = "2021"

authors = ["Nunzio Onorati <nunzioonorati@gmail.com>"]



[lib]

path = "src/lib.rs"



[dependencies]

rand = "0.8.5"

anyhow = "1.0.92"