simd_aligned 0.2.1

Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[bench]]
name = "benchmarks"
harness = false
[dependencies.packed_simd]
version = "0.3"
[dev-dependencies.criterion]
version = "0.2"
[badges.maintenance]
status = "experimental"

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