ulm 0.3.2

AI-powered manpage assistant using local LLM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Error handling types and utilities.
//!
//! This module provides custom error types and error handling
//! utilities for the ulm application.

/// Placeholder for custom error types.
///
/// Will be implemented in Story 1.4: Error Handling Infrastructure.
#[derive(Debug)]
pub struct AppError {
    /// Placeholder field.
    _placeholder: (),
}