ndtable 0.1.1

Simple dense and sparse multi-dimensional tables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ndtable"
description = "Simple dense and sparse multi-dimensional tables"
version = "0.1.1"
authors = ["Guillaume Endignoux <ggendx@gmail.com>"]
license = "MIT"
repository = "https://github.com/gendx/ndtable"
categories = ["data-structures"]
keywords = ["dynamic-programming", "matrix", "memoization", "multidimensional", "tensor"]
exclude = [".github/*"]
edition = "2024"
rust-version = "1.91.0"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]