Add TypedPath::with_query_params (#1744)

This commit is contained in:
David Pedersen
2023-02-11 22:10:07 +00:00
committed by GitHub
parent 5c58b4ffde
commit b4204e223d
5 changed files with 151 additions and 3 deletions
+3
View File
@@ -65,6 +65,9 @@
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![cfg_attr(test, allow(clippy::float_cmp))]
#[allow(unused_extern_crates)]
extern crate self as axum_extra;
pub mod body;
pub mod either;
pub mod extract;