hexga_math 0.0.6

Math related crate that support multi dimensionnal vector, matrix, rectangle...
Documentation
[dependencies.default_is_triple_underscore]
version = "0.2.0"

[dependencies.hexga_array]
version = "0.0.6"

[dependencies.hexga_number]
version = "0.0.6"

[dependencies.hexga_typedef]
version = "0.0.6"

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

[features]
default = ["serde", "int_are_32_bits", "float_are_32_bits"]
float_are_32_bits = ["hexga_typedef/float_are_32_bits"]
float_are_64_bits = ["hexga_typedef/float_are_64_bits"]
float_are_size_bits = ["hexga_typedef/float_are_size_bits"]
int_are_16_bits = ["hexga_typedef/int_are_16_bits"]
int_are_32_bits = ["hexga_typedef/int_are_32_bits"]
int_are_64_bits = ["hexga_typedef/int_are_64_bits"]
int_are_8_bits = ["hexga_typedef/int_are_8_bits"]
int_are_size_bits = ["hexga_typedef/int_are_size_bits"]
serde = ["dep:serde"]

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

[package]
authors = ["Mewily <thomas.mewily@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "data-structures"]
description = "Math related crate that support multi dimensionnal vector, matrix, rectangle..."
edition = "2024"
homepage = "https://github.com/Thomas-Mewily/hexga"
keywords = ["math", "vector", "matrix", "rectangle"]
license = "MIT OR Apache-2.0"
name = "hexga_math"
readme = "README.md"
repository = "https://github.com/Thomas-Mewily/hexga"
version = "0.0.6"