lav 0.1.1

Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait.
Documentation
[dependencies.libm]
optional = true
version = "0.2"

[package]
categories = ["no-std", "science", "graphics", "mathematics", "game-development"]
description = "Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait."
documentation = "https://docs.rs/lav"
edition = "2021"
include = ["src/**/*.rs", "katex.html", "Cargo.toml", "README.md", "RELEASES.md", "LICENSES/*"]
keywords = ["simd-traits", "portable-simd", "computer-graphics"]
license = "MPL-2.0"
name = "lav"
readme = "README.md"
repository = "https://github.com/qu1x/lav"
resolver = "2"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex.html"]