mrs-matrix

Crates.iomrs-matrix
lib.rsmrs-matrix
version1.0.2
sourcesrc
created_at2022-06-22 00:32:25.601386
updated_at2022-06-22 01:45:52.206512
descriptionA multiplatform Rust clone of cmatrix
homepage
repositoryhttps://github.com/generic-user1/mrs-matrix
max_upload_size
id610601
size48,062
Nathan (generic-user1)

documentation

https://docs.rs/mrs-matrix/latest

README

mrs-matrix

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.

Installation instructions

  1. Install rust using rustup (this installs cargo, the Rust Package Manager)
  2. Clone this repository locally with git clone https://github.com/generic-user1/mrs-matrix.git
  3. Enter the directory of the repository with cd mrs-matrix
  4. Install the project with cargo install --path .
  5. Run your newly compiled binary with 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)

Dependencies

As a user, you likely won't have to worry about these as cargo will take care of downloading and building them for you.

  • crossterm for multiplatform terminal control.
  • coolor for color management.
  • rand for random number generation.
  • clap for command-line argument parsing.
Commit count: 50

cargo fmt