Crates.io | rowcol |
lib.rs | rowcol |
version | 0.3.3 |
source | src |
created_at | 2016-11-03 04:27:12.511431 |
updated_at | 2016-11-12 01:13:02.391387 |
description | Simple fixed-size vectors/matrices, allocated on the stack |
homepage | |
repository | https://github.com/sinkuu/rowcol |
max_upload_size | |
id | 7119 |
size | 112,739 |
rowcol
crate provides fixed-size Vector
and Matrix
.
Their length or number of rows/columns are specified as type parameters,
using type-level numbers provided by typenum
crate.