axum-v0.6.13
版本发布时间: 2023-04-11 23:25:52
tokio-rs/axum最新发布版本:axum-v0.7.5(2024-03-25 03:19:08)
-
added: Log rejections from built-in extractors with the
axum::rejection=trace
target (#1890) -
fixed: Fixed performance regression with
Router::nest
introduced in 0.6.0.nest
now flattens the routes which performs better (#1711) -
fixed: Extracting
MatchedPath
in nested handlers now gives the full matched path, including the nested path (#1711) -
added: Implement
Deref
andDerefMut
for built-in extractors (#1922)