lav 0.8.1

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

[dependencies.target-features]
optional = true
version = "0.1.6"

[lints.clippy]
tabs-in-doc-comments = "allow"
type-repetition-in-bounds = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing-docs = "forbid"
unsafe-code = "forbid"

[lints.rustdoc]
broken-intra-doc-links = "forbid"

[package]
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
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 = ["portable-simd", "simd-traits", "num-traits", "computer-graphics", "geometric-algebra"]
license = "MPL-2.0"
name = "lav"
readme = "README.md"
repository = "https://github.com/qu1x/lav"
version = "0.8.1"

[package.metadata.docs.rs]
features = ["target-features"]
rustdoc-args = ["--html-in-header", "katex.html"]

[package.metadata.playground]
features = ["target-features"]