Crates.io | generic-matrix |
lib.rs | generic-matrix |
version | 0.2.2 |
source | src |
created_at | 2015-01-06 12:14:10.049956 |
updated_at | 2022-07-18 10:59:22.552697 |
description | Manipulations and data types that represent 2d matrix. |
homepage | |
repository | https://github.com/gifnksm/generic-matrix-rs |
max_upload_size | |
id | 722 |
size | 32,543 |
Manipulations and data types that represent 2d matrix.
Add this to your Cargo.toml
:
[dependencies]
generic-matrix = "0.2.2"
The minimum supported Rust version is Rust 1.39.0. At least the last 3 versions of stable Rust are supported at any given time.
While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.