一个快速、无模板的 Web 框架,适用于 Rust
A web framework for Rust with a focus on removing boilerplate. API Documentation
Tower Web is:
…
Tower Web aims to decouple all HTTP concepts from the application logic. You define a "plain old Rust method" (PORM?). This method takes only the data it needs to complete and returns a struct representing the response. Tower Web does the rest.
The impl_web macro looks at the definition and generates the glue code,
allowing the method to respond to HTTP requests.
The best way to get started is to read the examples and API docs.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in tower-web by you, shall be licensed as MIT, without any
additional terms or conditions.
暂无开放 Issues,或尚未同步最近议题。