simd_aligned 0.2.1

Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access.
Documentation
[package]

name = "simd_aligned"

description="Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access."

repository = "https://github.com/ralfbiedert/simd_aligned_rust"

version = "0.2.1"

readme = "README.md"

categories = ["data-structures"]

keywords = ["simd", "memory", "aligned"]

license = "MIT"

authors = ["Ralf Biedert <rb@xr.io>"]

edition = "2018"



[badges]

travis-ci = { repository = "ralfbiedert/simd_aligned_rust" }

maintenance = { status = "experimental" }



[dependencies]

packed_simd = "0.3"



[dev-dependencies]

criterion = "0.2"



[[bench]]

name = "benchmarks"

harness = false