Expand description
Core error types and result aliases used by Hexz.
This module defines Error and Result<T>, which are re-exported at
the crate root for ergonomic use in downstream crates.
Unified error type and result alias for Hexz.
Defines Error and the crate-wide Result<T> alias so that all
library and CLI code can report I/O, format, compression, and
encryption failures through a single type.
Enums§
- Error
- Unified error type for all Hexz library and CLI operations.
Type Aliases§
- Result
- Convenience result alias for functions that can fail with
Error.