# 简介

欢迎使用 Silent - 一个基于 [hyper](https://github.com/hyperium/hyper) 和 [tokio](https://github.com/tokio-rs/tokio) 构建的高性能、易扩展的 Rust Web 框架。

Silent 旨在为开发者提供简单、灵活且高效的 Web 开发体验。框架设计遵循以下原则：

* **极简主义**：只需要极少量的宏，甚至可以不使用宏
* **高性能**：基于异步运行时 tokio 和 HTTP 库 hyper
* **易扩展**：模块化设计，易于添加自定义功能
* **类型安全**：充分利用 Rust 的类型系统

无论您是构建 RESTful API 还是全栈 Web 应用，Silent 都能满足您的需求。

### 快速开始

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>快速入门</strong></td><td>创建您的第一个 Silent 应用</td><td></td><td></td><td><a href="quickstart">quickstart</a></td></tr><tr><td><strong>基础概念</strong></td><td>了解 Silent 的核心概念</td><td></td><td></td><td><a href="https://github.com/silent-rs/silent-doc/blob/main/basics/markdown.md">https://github.com/silent-rs/silent-doc/blob/main/basics/markdown.md</a></td></tr><tr><td><strong>部署应用</strong></td><td>将您的应用部署到生产环境</td><td></td><td></td><td><a href="https://github.com/silent-rs/silent-doc/blob/main/getting-started/publish-your-docs.md">https://github.com/silent-rs/silent-doc/blob/main/getting-started/publish-your-docs.md</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://silent.smart7.tech/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
