aya_base 0.1.0

Playing card library for efficient hand lookup
Documentation
[dependencies.colored]
optional = true
version = "2.0.4"

[dependencies.fastrand]
default-features = false
version = "2.0.1"

[dev-dependencies.rstest]
version = "0.18.2"

[features]
colored-4color = []
std = ["fastrand/std"]

[package]
authors = ["Darko Trifunovski <dtrifuno@gmail.com>"]
categories = ["games", "no_std"]
description = "Playing card library for efficient hand lookup"
edition = "2021"
keywords = ["cards", "poker", "no-std"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "aya_base"
readme = "README.md"
repository = "https://github.com/dtrifuno/aya-poker"
rust-version = "1.64"
version = "0.1.0"