mlbt 0.1.1

A terminal user interface for the MLB stats API. Watch a baseball game in your terminal! ⚾
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod boxscore;
pub(crate) mod date_selector;
pub(crate) mod debug;
pub(crate) mod gameday;
pub(crate) mod help;
pub(crate) mod layout;
pub(crate) mod linescore;
pub(crate) mod logs;
pub(crate) mod schedule;
pub(crate) mod standings;
pub(crate) mod stats;