vectrs 0.0.0

An n-dimensional vector type implemented with const generics
Documentation
[dependencies]

[package]
authors = ["Ross MacArthur <ross@macarthur.io>"]
categories = ["mathematics", "science"]
description = "An n-dimensional vector type implemented with const generics"
documentation = "https://docs.rs/vectrs"
edition = "2018"
homepage = "https://github.com/rossmacarthur/vectrs"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["math", "vector", "2d", "3d"]
license = "MIT OR Apache-2.0"
name = "vectrs"
readme = "README.md"
repository = "https://github.com/rossmacarthur/vectrs"
version = "0.0.0"