mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Minor readme improvements
This commit is contained in:
@@ -18,10 +18,10 @@ More information about this crate can be found in the [crate documentation][docs
|
|||||||
|
|
||||||
- Ease of use. Building web apps in Rust should be as easy as `async fn
|
- Ease of use. Building web apps in Rust should be as easy as `async fn
|
||||||
handle(Request) -> Response`.
|
handle(Request) -> Response`.
|
||||||
- Solid foundation. axum is built on top of tower and makes it easy to
|
- Solid foundation. axum is built on top of [tower] and [hyper] and makes it
|
||||||
plug in any middleware from the [tower] and [tower-http] ecosystem.
|
easy to plug in any middleware from the tower and [tower-http] ecosystem.
|
||||||
- Focus on routing, extracting data from requests, and generating responses.
|
- Focus on routing, extracting data from requests, and generating responses.
|
||||||
Tower middleware can handle the rest.
|
tower middleware can handle the rest.
|
||||||
- Macro free core. Macro frameworks have their place but axum focuses
|
- Macro free core. Macro frameworks have their place but axum focuses
|
||||||
on providing a core that is macro free.
|
on providing a core that is macro free.
|
||||||
|
|
||||||
@@ -78,6 +78,7 @@ additional terms or conditions.
|
|||||||
[examples]: https://github.com/davidpdrsn/axum/tree/master/examples
|
[examples]: https://github.com/davidpdrsn/axum/tree/master/examples
|
||||||
[docs]: https://docs.rs/axum/0.1.0
|
[docs]: https://docs.rs/axum/0.1.0
|
||||||
[tower]: https://crates.io/crates/tower
|
[tower]: https://crates.io/crates/tower
|
||||||
|
[hyper]: https://crates.io/crates/hyper
|
||||||
[tower-http]: https://crates.io/crates/tower-http
|
[tower-http]: https://crates.io/crates/tower-http
|
||||||
[guide]: CONTRIBUTING.md
|
[guide]: CONTRIBUTING.md
|
||||||
[chat]: https://discord.gg/tokio
|
[chat]: https://discord.gg/tokio
|
||||||
|
|||||||
Reference in New Issue
Block a user