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).
# [Documentation](http://gyscos.github.io/libcoinche/libcoinche/index.html)
To use, add `libcoinche` to your Cargo dependencies:
```
[dependencies]
libcoinche = "0.1.9"
```
Check [coinched](https://github.com/Gyscos/coinched) for an example of usage.