vector-space 0.6.0

Generic vector space trait for compatibility across various libraries
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[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"
dependencies = [
 "scalars",
]