From b4f2dcbd88afb21129651ab99c5edb486d6e7f0a Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Mon, 23 Oct 2023 21:54:49 -0400 Subject: [PATCH] Comments for API docs --- src/extractors.rs | 2 +- src/responders.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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::{