[[bench]]
harness = false
name = "transpose_benchmarks"
[dependencies.num-integer]
default-features = false
version = "0.1"
[dependencies.strength_reduce]
version = "^0.2.1"
[dev-dependencies.criterion]
version = "0.3"
[package]
authors = ["Elliott Mahler <join.together@gmail.com>"]
categories = ["algorithms", "data structures", "no-std"]
description = "Utility for transposing multi-dimensional data"
documentation = "https://docs.rs/transpose"
keywords = ["array", "transpose", "2d"]
license = "MIT OR Apache-2.0"
name = "transpose"
readme = "README.md"
repository = "https://github.com/ejmahler/transpose"
version = "0.2.3"