lav

Crates.iolav
lib.rslav
version0.8.1
sourcesrc
created_at2021-11-19 19:40:17.746893
updated_at2024-04-30 21:44:06.681785
descriptionLane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait.
homepage
repositoryhttps://github.com/qu1x/lav
max_upload_size
id484594
size144,205
Rouven Spreckels (n3vu0r)

documentation

https://docs.rs/lav

README

lav

Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait.

Build Documentation Downloads Version Rust License

NOTE: This crate requires nightly Rust.

Features

This example uses SIMD generically over floating-point types while hiding it from the user.

See the release history to keep track of the development.

Documentation Builds

# Build and open documentation inclusive dependencies.
cargo doc --open
# Rebuild this crate's documentation with KaTeX.
cargo tex
# Refresh opened documentation.

With cargo tex defined in .cargo/config.toml. Note that navigating the documentation requires web access as KaTeX is embedded via remote CDN.

License

Copyright © 2021-2024 Rouven Spreckels rs@qu1x.dev

Licensed under the terms of the MPL-2.0.

The MPL allows the integration of MPL-licensed code into proprietary codebases, as long as the MPL-licensed components remain accessible under the terms of the MPL.

Contribution

Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Covered Software by You shall be licensed as above, without any additional terms or conditions.

Commit count: 103

cargo fmt