t-rec 0.9.0-preview2

Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
1
2
3
4
5
6
//! Error types for the t-rec library API.
//!
//! This module provides strongly-typed errors for library operations.

// Note: This module is currently empty. Error types will be added as needed
// when the library API is expanded.