bkgm 0.3.1

A Rust Backgammon library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.base64]
version = "0.21.4"

[package]
authors = ["Jonathan Good <jonathan@bungogood.com>"]
description = "A Rust Backgammon library"
documentation = "https://docs.rs/bkgm/latest/bkgm"
edition = "2021"
exclude = [".github/"]
keywords = ["backgammon"]
license = "MIT"
name = "bkgm"
readme = "README.md"
repository = "https://github.com/bungogood/bkgm"
version = "0.3.1"