//! # hxx
//!
//! `hxx` is a minimal re-implementation of the `xxd` command-line utility.
//!
//! # Features
//! - Generate hex dumps from files or `stdin`, with output directed to a file or `stdout`.
//! - Customize hex dump formatting, including column width and byte grouping.
//! - Rebuild original binary data from hex dump input.
pub use ;
pub use ;