matrix-rs 1.0.0

Library for using matrices in rust. Uses const generics to ensure compile-time matrix safety.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["deotime"]
description = "Library for using matrices in rust. Uses const generics to ensure compile-time matrix safety."
edition = "2021"
keywords = ["matrix", "matrices"]
license = "MIT"
name = "matrix-rs"
readme = "README.md"
repository = "https://github.com/DeoTimeTheGithubUser/matrix-rs"
version = "1.0.0"