tplay 0.2.1

A terminal based media player that visualizes images and videos as ASCII art.
1
2
3
4
//! This module contains error handling utilities for the application.
//!
//! It provides the custom error type `MyError` and various error message constants.
pub mod errors;