aaron-schnieder / rust_cribbage_core

core cribbage service implemented in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CribbageRust

This project implements a set of WEB APIs that allow you to build a cribbage application. Cards are spelled as NameOfSuit (e.g. AceOfSpades or KingOfClubs).

This is a Rust port of https://github.com/joelong01/CribbageJS

Prerequisites

vscode is the recommended IDE

Build

Build the project and run all unit and integration tests. $cargo build

Test

Compile, build and run all unit and integration tests. $cargo test

Run

Compule, build and run the executable. $cargo run

About

core cribbage service implemented in rust


Languages

Language:Rust 99.6%Language:Dockerfile 0.4%