tori 0.2.6

The frictionless music player for the terminal
1
2
pub type Error = Box<dyn std::error::Error>;
pub type Result<T> = std::result::Result<T, Error>;