simd_aligned 0.4.1

Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access.
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "ralfbiedert/simd_aligned_rust"

[lib]
name = "simd_aligned"
path = "src/lib.rs"

[package]
authors = ["Ralf Biedert <rb@xr.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access."
edition = "2018"
keywords = ["simd", "memory", "aligned"]
license = "MIT"
name = "simd_aligned"
readme = "README.md"
repository = "https://github.com/ralfbiedert/simd_aligned_rust"
version = "0.4.1"