inner-space 0.3.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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "inner-space"
version = "0.3.0"
dependencies = [
 "scalars",
 "vector-space",
]

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"

[[package]]
name = "scalars"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff5652906e890b1ca20d6043240de8a2c84d85aa1c855df0383e8e896e694d0c"
dependencies = [
 "libm",
]

[[package]]
name = "vector-space"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef3e9fe6ca4e3807d260ce966d098900c682e13058282f9b7607a6b2b779d1e"
dependencies = [
 "scalars",
]