//! Read `hrp` and `data` from arguments, create [Bech32m][]
//! string, then print the string to standard output.
//!
//! # Example
//!
//! ```sh
//! $ cargo run -q --example encode -- foo bar
//! foo1vfshy2dnlu3
//! ```
//!
//! [bech32m]: https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki
//! "Bech32m (BIP350)"
use ;