wtcat 0.1.3

WebTransport CLI client for testing - like wscat for WebSocket
//! 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.

pub fn docs_only() {}