hexga_math 0.0.9

Math related crate that support multi dimensionnal vector, matrix, rectangle...
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "have_len"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eaa862aef602c9dace05ec59a5c85136a48747680bf45679d122fbc9430590f"

[[package]]
name = "hexga_array"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284ad1f7851525a7f024624810b1cd9075e75b107a427d01c70e4899e041599e"

[[package]]
name = "hexga_math"
version = "0.0.9"
dependencies = [
 "have_len",
 "hexga_array",
 "hexga_number",
 "hexga_typedef",
 "serde",
]

[[package]]
name = "hexga_number"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "344253efdaa64673bc986d177977ce87389c4340bf4b2bfb6791acd92411508b"

[[package]]
name = "hexga_typedef"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea562b335f0c8fba0f63b0948395798c131429923e58ceb77a1561d665b10860"

[[package]]
name = "proc-macro2"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "syn"
version = "2.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"