diff --git a/src/extractors.rs b/src/extractors.rs index 212e06d..482f49b 100644 --- a/src/extractors.rs +++ b/src/extractors.rs @@ -1,4 +1,4 @@ -//! Axum extractors for htmx headers. +//! Axum extractors for htmx request headers. use axum::{extract::FromRequestParts, http::request::Parts}; diff --git a/src/responders.rs b/src/responders.rs index 1e1a712..1a38ab2 100644 --- a/src/responders.rs +++ b/src/responders.rs @@ -1,3 +1,5 @@ +//! Axum responses for htmx response headers. + use std::convert::Infallible; use axum::{