axum/axum-macros/src
David Pedersen 7d58d49817
Add #[from_ref(skip)] (#1537)
For skipping individual fields.
2022-11-18 12:05:10 +01:00
..
from_request Support State with #[derive(FromRequest[Parts])] (#1391) 2022-09-23 23:50:50 +02:00
attr_parsing.rs Add #[from_ref(skip)] (#1537) 2022-11-18 12:05:10 +01:00
debug_handler.rs Fix clippy lints 2022-11-05 11:33:27 +01:00
from_ref.rs Add #[from_ref(skip)] (#1537) 2022-11-18 12:05:10 +01:00
from_request.rs Improve the error message for state type inference failure in FromRequest(Parts) derive macro (#1432) 2022-10-09 20:25:05 +02:00
lib.rs Add #[from_ref(skip)] (#1537) 2022-11-18 12:05:10 +01:00
typed_path.rs Port other proc-macros to new attribute parsing (#1372) 2022-09-12 21:26:10 +02:00
with_position.rs Generate correct bound for non-last extractor in #[debug_handler] (#1299) 2022-08-22 15:34:17 +02:00