libcoinche ========== [![Build Status](https://travis-ci.org/gyscos/coinched.svg?branch=master)](https://travis-ci.org/gyscos/coinched) [![crates.io](http://meritbadge.herokuapp.com/libcoinche)](https://crates.io/crates/libcoinche) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./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.