We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41e782 commit 8ce65a9Copy full SHA for 8ce65a9
README.md
@@ -10,7 +10,7 @@ async-graphql-extension-apollo-tracing
10
alt="Crates.io version" />
11
</a>
12
<!-- Documentation -->
13
- <a href="https://docs.rs/async-graphql-extension-apollo-tracing/badge.svg">
+ <a href="https://docs.rs/async-graphql-extension-apollo-tracing/">
14
<img src="https://docs.rs/async-graphql-extension-apollo-tracing/badge.svg?style=flat-square"
15
alt="Documentation" />
16
@@ -34,7 +34,7 @@ _Tested at Rust version: `rustc 1.53.0 (53cb7b09b 2021-06-17)`_
34
35
## Features
36
37
-* Tokio 1.0
+* Runtime agnostic (tokio / async-std)
38
* Fully support traces & errors
39
* Batched Protobuf transfer
40
* Client segmentation
0 commit comments