//! wtcat — WebTransport CLI
//!
//! This crate installs the `wtcat` command-line client for WebTransport testing,
//! similar to `wscat`. The API surface is minimal — the binary is the main product.
//!
//! ## Usage
//! ```bash
//! wtcat --connect https://...
//! ```
//!
//! For CLI, see README.md.