Comments for API docs

This commit is contained in:
Rob Wagner 2023-10-23 21:54:49 -04:00
parent ff5db1e718
commit b4f2dcbd88
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
//! Axum extractors for htmx headers.
//! Axum extractors for htmx request headers.
use axum::{extract::FromRequestParts, http::request::Parts};

View file

@ -1,3 +1,5 @@
//! Axum responses for htmx response headers.
use std::convert::Infallible;
use axum::{