hexga_tools 0.0.7

miscellaneous stuff, when somethings will be to big it will be on a separate crate
Documentation
[dependencies.have_len]
version = "0.1.0"

[dependencies.hexga_number]
version = "0.0.7"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[features]
default = ["serde"]
serde = ["dep:serde"]

[lib]
name = "hexga_tools"
path = "src/lib.rs"

[package]
authors = ["Mewily <thomas.mewily@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "miscellaneous stuff, when somethings will be to big it will be on a separate crate"
edition = "2024"
homepage = "https://github.com/Thomas-Mewily/hexga"
keywords = []
license = "MIT OR Apache-2.0"
name = "hexga_tools"
readme = "README.md"
repository = "https://github.com/Thomas-Mewily/hexga"
version = "0.0.7"