miu 0.1.1

Data values commonly used in the game Marble It Up! & it's Ultra version.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod error;
mod score;
mod weekly;

#[cfg(test)]
mod test_util;

pub use error::*;
pub use score::*;
pub use weekly::*;
pub mod data;
pub mod parse;