your_library_name/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(dead_code)]

// Miners Rust Lib
// Mirl (Mirl sounded better than Mrl)

mod time;
mod console;
mod mirl;
mod graphics;
mod math;
mod dictionary;