thalia 0.0.1

A quick and straight forward AI library written in Rust.
Documentation
[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.8.1"

[package]
authors = ["Damian Monea"]
description = "A quick and straight forward AI library written in Rust."
edition = "2021"
license = "MIT"
name = "thalia"
readme = "README.md"
version = "0.0.1"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3