//! Error handling for PKLib operations
//!//! This module defines the error types used throughout the PKLib implementation.
//! It uses thiserror for ergonomic error handling and provides context-specific
//! error variants.
pubusecrate::common::PkLibError;pubusecrate::common::Result;