// Copyright © 2023-2026 Hash (HSH) library contributors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Library-level demonstration of what `hsh-cli` does under the hood.
//! The CLI itself is a binary (run `hsh --help`); this example is the
//! programmatic shape so you can see the building blocks.
//!
//! Run with:
//! ```text
//! cargo run -p hsh-cli --example library_shape
//! ```
use ;