matrixable 0.7.0

Traits and structs extending capabilities of matrix-like structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "matrixable"
version = "0.7.0"
edition = "2021"
authors = ["tcheufa"]
description = "Traits and structs extending capabilities of matrix-like structures."
repository = "https://github.com/tcheufa/matrixable"
keywords = ["matrix", "trait"]
categories = ["data-structures", "mathematics", "science", "no-std"]
license = "MIT OR Apache-2.0"

[dependencies]
serde = { version = "^1.0", optional = true, features = ["derive"] }

[features]
default = ["impls"]
impls = []