h_mat 0.1.13

A type-safe heterogenous matrix type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.itertools]
version = "0.11.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.166"

[package]
description = "A type-safe heterogenous matrix type"
edition = "2021"
homepage = "https://github.com/utkn/h_mat"
license = "Unlicense"
name = "h_mat"
readme = "README.md"
repository = "https://github.com/utkn/h_mat"
version = "0.1.13"