simple_games 0.1.0

Implementation of simple games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
default = ["std"]
std = []

[package]
authors = ["Douman <douman@gmx.se>"]
description = "Implementation of simple games"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
license = "Apache-2.0"
name = "simple_games"
readme = "README.md"
repository = "https://gitlab.com/Douman/simple_games"
version = "0.1.0"