inner-space 0.2.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.2.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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f824be0ff60266785dd897c4c175cdf54c678bb4c26660636c9b41c2749347"
dependencies = [
 "libm",
]

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