async-graphql 7.2.1

A GraphQL server library implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 集成到 WebServer

`Async-graphql`提供了对一些常用 Web Server 的集成支持。

- Poem [async-graphql-poem]https://crates.io/crates/async-graphql-poem
- Actix-web [async-graphql-actix-web]https://crates.io/crates/async-graphql-actix-web
- Warp [async-graphql-warp]https://crates.io/crates/async-graphql-warp
- Axum [async-graphql-axum]https://crates.io/crates/async-graphql-axum
- Rocket [async-graphql-rocket]https://crates.io/crates/async-graphql-rocket

**即使你目前使用的 Web Server 不在上面的列表中,自己实现类似的功能也相当的简单。**