| Crates.io | rmat |
| lib.rs | rmat |
| version | 0.1.1 |
| created_at | 2024-08-21 20:59:15.726889+00 |
| updated_at | 2024-08-21 22:04:30.333491+00 |
| description | Rust library minimal implementation of two-dimensional matrix algebra |
| homepage | |
| repository | https://github.com/chris-vt/rmat |
| max_upload_size | |
| id | 1346927 |
| size | 23,935 |
Rust library minimal implementation of two-dimensional matrix algebra featuring:
Add this to your Cargo.toml:
[dependencies]
rmat = "0.1.1"
or run the following Cargo command in your project directory:
cargo add rmat
To get started using Rmat, see the rmat book.
Rmat is currently an "experimental" implementation and should not be used for production purpose.
Link to crates.io page: rmat.
Rand is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.
Christian Valdivia Torres