rmatrix 0.1.1

Matrix like animation running in terminal.
# RMatrix
> The matrix in Rust.

[![Build Status](https://travis-ci.org/magmast/rmatrix.svg?branch=master)](https://travis-ci.org/magmast/rmatrix)

Matrix like animation running in terminal.

![](example.gif)

## Installation

You can install rmatrix via Cargo with just one command:

```sh
cargo install rmatrix
```

## Usage

When you feel that you need to see random characters on your screen just run:

```sh
rmatrix
```

## License
This project is licensed under the MIT License - see the LICENSE.md file for details