generic-matrix

Crates.iogeneric-matrix
lib.rsgeneric-matrix
version0.2.2
sourcesrc
created_at2015-01-06 12:14:10.049956
updated_at2022-07-18 10:59:22.552697
descriptionManipulations and data types that represent 2d matrix.
homepage
repositoryhttps://github.com/gifnksm/generic-matrix-rs
max_upload_size
id722
size32,543
NAKASHIMA, Makoto (gifnksm)

documentation

README

generic-matrix-rs

maintenance status: passively-maintained license crates.io docs.rs rust 1.39.0+ badge Rust CI codecov

Manipulations and data types that represent 2d matrix.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
generic-matrix = "0.2.2"

Minimum supported Rust version (MSRV)

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.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 71

cargo fmt