forked from M-Labs/nalgebra
40c9915870
They are stack-allocated, dynamically sized vectors with a maximum size. This is useful for slicing small matrices, without allocation.
9 lines
181 B
TOML
9 lines
181 B
TOML
[package]
|
|
name = "nalgebra"
|
|
version = "0.1.0"
|
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
|
|
|
|
[lib]
|
|
name = "nalgebra"
|
|
path = "src/lib.rs"
|