[ trixie ]
[ sid ]
[ 源代码: rust-axum ]
软件包:librust-axum-core-dev(0.3.4+0.6.20-35)
core types and traits for the web framework axum - Rust source code
axum is a web application framework that focuses on ergonomics and modularity.
* Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities.
In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic.
This package contains the source for the Rust crate axum-core, for use with cargo.
其他与 librust-axum-core-dev 有关的软件包
|
|
|
|
-
- dep: librust-async-trait-0.1+default-dev
- 软件包暂时不可用
-
- dep: librust-bytes-1+default-dev
- 软件包暂时不可用
-
- dep: librust-futures-util-0.3+alloc-dev
- 软件包暂时不可用
-
- dep: librust-http-0.2+default-dev
- 软件包暂时不可用
-
- dep: librust-http-body-0.4+default-dev
- 软件包暂时不可用
-
- dep: librust-mime-0.3+default-dev
- 软件包暂时不可用
-
- dep: librust-rustversion-1+default-dev
- 软件包暂时不可用
-
- dep: librust-tower-http-0.4-dev
- 软件包暂时不可用
-
- dep: librust-tower-layer-0.3+default-dev
- 软件包暂时不可用
-
- dep: librust-tower-service-0.3+default-dev
- 软件包暂时不可用
-
- dep: librust-tracing-0.1-dev
- 软件包暂时不可用