A coinche server.
It uses libcoinche to model a game of coinche, and presents it as a network service, for example as a HTTP interface.
To run the default HTTP server:
cargo run --bin coinched -- --port 3000
To run the proof-of-concept HTTP client:
cargo run --bin coincher -- localhost:3000