libcoinche
==========
[](https://travis-ci.org/Gyscos/coinched)
[](https://crates.io/crates/libcoinche)
[](./LICENSE)
Rust library to model a game of [coinche](https://en.wikipedia.org/wiki/Coinche).
`libcoinche` is also on [crates.io](https://crates.io/crates/libcoinche/).
To use, add `libcoinche` to your Cargo dependencies:
```
[dependencies]
libcoinche = "0.1.3"
```
Check [coinched](https://github.com/Gyscos/coinched) for an example of usage.