ontv 0.0.1

A rich desktop application for tracking tv shows
Documentation
1
2
3
4
5
6
7
8
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;