mattr 0.0.2

Utility for transposing multi-dimensional data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bench]]
harness = false
name = "transpose_benchmarks"
[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 = "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.2"