+2
-17
crates/jacquard-axum/src/lib.rs
+2
-17
crates/jacquard-axum/src/lib.rs
···-// TODO: see if we can eliminate this now that we've fixed the deserialize impls for string types
+144
crates/jacquard-axum/tests/extractor_tests.rs
+144
crates/jacquard-axum/tests/extractor_tests.rs
···
···+async fn test_handler(ExtractXrpc(req): ExtractXrpc<TestQueryRequest<'_>>) -> impl IntoResponse {