//! WebTransport library for native and WebAssembly
//!
//! - **Native** (`non-wasm32`): Quinn-based HTTP/3 + QUIC implementation
//! via webtrans-quinn
//! - **WebAssembly** (`wasm32`): Browser WebTransport API bindings
//! via webtrans-wasm
pub use *;
pub use *;