//! # yew_extra
//!
//! Utilities for Yew server-side rendering with Axum integration.
//!
//! This crate provides helpers to extract Axum request data within Yew server functions,
//! similar to how `leptos_axum` provides extraction helpers for Leptos.
pub use ;
// Re-export commonly used types for convenience
pub use Parts;