套件:librust-axum-macros-dev(0.5.0+0.8.4-2)
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
macros 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-macros, for use with cargo.
其他與 librust-axum-macros-dev 有關的套件
|
|
|
|
-
- dep: librust-heck-0.4+default-dev
- 套件暫時不可用
-
- dep: librust-proc-macro2-1+default-dev
- 套件暫時不可用
-
- dep: librust-quote-1+default-dev
- 套件暫時不可用
-
- dep: librust-syn-2+default-dev
- 套件暫時不可用
-
- dep: librust-syn-2+extra-traits-dev
- 套件暫時不可用
-
- dep: librust-syn-2+full-dev
- 套件暫時不可用
-
- dep: librust-syn-2+parsing-dev
- 套件暫時不可用