mlbt 0.2.0

A terminal user interface for the MLB stats API. Watch a baseball game in your terminal! ⚾
1
2
3
4
5
pub(crate) mod at_bat;
pub(crate) mod gameday_widget;
pub(crate) mod matchup;
pub(crate) mod plays;
pub(crate) mod win_probability;