ontv 0.1.2

A rich desktop application for tracking tv shows
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod singleton;
pub(crate) use self::singleton::Singleton;

mod timeout;
pub(crate) use self::timeout::{TimedOut, Timeout};

mod hoverable;
pub(crate) use self::hoverable::Hoverable;

mod option_iter;
pub(crate) use self::option_iter::OptionIter;