//! # hpx-emulation
//!
//! Browser emulation utilities for hpx.
//!
//! This crate provides browser emulation capabilities for the `hpx` HTTP client:
//!
//! - **Emulation**: Browser emulation profiles (TLS fingerprinting, HTTP/2 settings).
//! - **Fingerprint**: Structured browser fingerprint types for comparison, testing,
//! and custom profile creation.
use hpx as _;
use serde as _;
pub use ;
/// Structured browser fingerprint types.
///
/// Provides type-safe, comparable representations of browser TLS/HTTP2/header
/// fingerprints, along with utilities for header composition, fingerprint
/// diffing, and named TLS presets.