axum/axum-extra/src
Jonas Platte b214e39581
Add more must_use attributes (#2846)
… so people get a warning when they accidentally add a semicolon after the response expression in a handler function.

Also update changelogs of axum-core, axum-extra.
2024-09-11 19:17:25 +00:00
..
body Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
extract Add an Attachment type to axum-extra (#2789) 2024-06-19 14:28:15 +02:00
handler Use IntoFuture for test RequestBuilder (#2470) 2023-12-30 18:23:53 +01:00
response Add more must_use attributes (#2846) 2024-09-11 19:17:25 +00:00
routing Add an Attachment type to axum-extra (#2789) 2024-06-19 14:28:15 +02:00
either.rs #[must_use] all the things! (#1809) 2023-03-03 14:12:35 +01:00
json_lines.rs Update sync_wrapper to 1.0.0 from 0.1.1 2024-03-23 19:46:20 +01:00
lib.rs Resolve clippies (#2843) 2024-07-24 00:07:25 +02:00
middleware.rs Add option_layer (#1696) 2023-02-11 23:11:21 +00:00
protobuf.rs Update sync_wrapper to 1.0.0 from 0.1.1 2024-03-23 19:46:20 +01:00
typed_header.rs axum-extra: Log rejections of TypedHeader (#2738) 2024-05-27 21:55:30 +00:00