//! QPACK (RFC 9204) header compression for HTTP/3.
//!
//! Encoder and decoder with full dynamic-table support, encoder/decoder
//! streams, and blocked-stream handling. The Huffman code and prefix-integer
//! representation are shared with HPACK via [`crate::hpack`].
//!
//! This module is consumed by the HTTP/3 layer (pending) and directly by the
//! fixture corpus in `tests/`; see `CUSTOM_HTTP3_IMPL.md`.
pub use ;
pub use ;
pub use QpackError;
pub
pub