use-matrix 0.0.3

Small matrix primitives and operations for RustUse
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "use-matrix"
version = "0.0.3"
dependencies = [
 "use-vector",
]

[[package]]
name = "use-vector"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49c422a2d2bc370cfddc4660f26aa620910f2bc4c28e34edba26c55cf2863cba"