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;