ontv 0.1.2

A rich desktop application for tracking tv shows
Documentation
1
2
3
4
5
6
/// Indicates which side of the button confirmation will show up on.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub(crate) enum Ordering {
    Right,
    Left,
}