Skip to content

Commit 4dcba41

Browse files
committed
Update README.md
1 parent ddc1559 commit 4dcba41

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ We currently plan to start following SemVer once we reach the `v2.0.0` release,
4646

4747
In accordance with Rust's policy on pre-`1.0.0` crates, we will try to keep breaking changes limited to minor version changes, but if things don't seem to be compiling after an upgrade, it is likely you'll need to dive into compiler errors to update some syntax that changed. Feel free to open an [issue](https://github.com/async-graphql/async-graphql/issues) if something seems weird!
4848

49+
## Features
50+
51+
* Fully support async/await
52+
* Type safety
53+
* Rustfmt friendly (Procedural Macro)
54+
* Custom scalar
55+
* Minimal overhead
56+
* Easy integration (hyper, actix_web, tide ...)
57+
* Upload files (Multipart request)
58+
* Subscription (WebSocket transport)
59+
* Custom extension
60+
* Apollo Tracing extension
61+
* Limit query complexity/depth
62+
* Error Extensions
63+
* Apollo Federation
64+
4965
## Examples
5066

5167
If you are just getting started, we recommend checking out our examples at: https://github.com/async-graphql/examples
@@ -65,22 +81,6 @@ Now HTML report is available at `benchmark/target/criterion/report`
6581

6682
Read more here: https://bheisler.github.io/criterion.rs/book/criterion_rs.html
6783

68-
## Features
69-
70-
* Fully support async/await
71-
* Type safety
72-
* Rustfmt friendly (Procedural Macro)
73-
* Custom scalar
74-
* Minimal overhead
75-
* Easy integration (hyper, actix_web, tide ...)
76-
* Upload files (Multipart request)
77-
* Subscription (WebSocket transport)
78-
* Custom extension
79-
* Apollo Tracing extension
80-
* Limit query complexity/depth
81-
* Error Extensions
82-
* Apollo Federation
83-
8484
## Integrations
8585

8686
* Actix-web [async-graphql-actix-web](https://crates.io/crates/async-graphql-actix-web)

0 commit comments

Comments
 (0)