Crates.io | mrs-matrix |
lib.rs | mrs-matrix |
version | 1.0.2 |
source | src |
created_at | 2022-06-22 00:32:25.601386 |
updated_at | 2022-06-22 01:45:52.206512 |
description | A multiplatform Rust clone of cmatrix |
homepage | |
repository | https://github.com/generic-user1/mrs-matrix |
max_upload_size | |
id | 610601 |
size | 48,062 |
A multiplatform Rust clone of cmatrix.
Unlike the original cmatrix, supports both Windows and most flavors of Linux. May also support macOS, though this is untested.
rustup
(this installs cargo, the Rust Package Manager)git clone https://github.com/generic-user1/mrs-matrix.git
cd mrs-matrix
cargo install --path .
mrs-matrix
. To get a list of possible options, run mrs-matrix --help
Note that the project can be run without installation using cargo run --release
. Any arguments to mrs-matrix
when running through cargo
must be prefixed by --
(e.g. cargo run --release -- -c blue
)
As a user, you likely won't have to worry about these as cargo
will take care of downloading and building them for you.