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

pub mod raindrop;