data_cube 0.1.0

Small crate to create and work with threedimensional arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "data_cube"
description = "Small crate to create and work with threedimensional arrays"
version = "0.1.0"
edition = "2024"
license = "MIT"
keywords = ["data", "array", "cube", "threedimensional"]

[dependencies]

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