inner-space 0.1.0

Provides the dot product trait and auto implements the inner space trait, which contains a bunch of useful functions for working with vectors
Documentation
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2"

[dependencies.vector-space]
version = "0.5.0"

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

[package]
authors = ["p <p11@p11c.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Provides the dot product trait and auto implements the inner space trait, which contains a bunch of useful functions for working with vectors"
documentation = "https://docs.rs/inner-space"
edition = "2024"
homepage = "https://gitlab.com/porky11/inner-space"
keywords = ["vector", "math", "traits", "dot-product", "no-std"]
license = "MIT OR Apache-2.0"
name = "inner-space"
readme = "README.md"
repository = "https://gitlab.com/porky11/inner-space"
version = "0.1.0"

[[test]]
name = "example"
path = "tests/example.rs"