matrixable 0.7.0

Traits and structs extending capabilities of matrix-like structures.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0"

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

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

[package]
authors = ["tcheufa"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "mathematics", "science", "no-std"]
description = "Traits and structs extending capabilities of matrix-like structures."
edition = "2021"
keywords = ["matrix", "trait"]
license = "MIT OR Apache-2.0"
name = "matrixable"
readme = "README.md"
repository = "https://github.com/tcheufa/matrixable"
version = "0.7.0"