mrs_matrix/lib.rs
1//! A **m**ultiplatform **R**u**s**t clone of [cmatrix](https://github.com/abishekvashok/cmatrix)
2//!
3//! This library was created for use in the standalone `mrs_matrix` binary
4//! project, but can be freely used for other purposes as desired.
5pub mod animation;
6pub use animation::anim_loop;
7
8pub mod raindrop;