ai-graph 0.0.9

Ai Graph is a new tool for creating machine learning that runs blazingly fast when learning has finished.
Documentation
[package]
name = "ai-graph"
version = "0.0.9"
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/efunb/noughts-and-crosses-ai-collection"
homepage = "http://efunb.com/"
description = """
Ai Graph is a new tool for creating machine learning that runs blazingly fast when learning has finished.
"""
edition = '2018'

[dependencies]
rand = "0.5"
rayon = "1.0.2"

[dev-dependencies]
noughts_and_crosses_lib = "0"
dont_disappear = "1"