mattr 0.0.3

Utility for transposing multi-dimensional data
[[bench]]
harness = false
name = "transpose_benchmarks"
path = "benches/transpose_benchmarks.rs"

[dev-dependencies.criterion]
version = "0.3"

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

[package]
authors = ["Elliott Mahler <join.together@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "no-std"]
description = "Utility for transposing multi-dimensional data"
documentation = "http://docs.rs/transpose"
edition = "2021"
keywords = ["array", "transpose", "2d"]
license = "MIT OR Apache-2.0"
name = "mattr"
readme = "README.md"
repository = "http://github.com/ejmahler/transpose"
version = "0.0.3"

[[test]]
name = "test_transpose"
path = "tests/test_transpose.rs"