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 f997ace commit 81704b3Copy full SHA for 81704b3
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "async-trait"
3
version = "0.1.56"
4
authors = ["David Tolnay <[email protected]>"]
5
+categories = ["asynchronous", "no-std"]
6
description = "Type erasure for async trait methods"
7
documentation = "https://docs.rs/async-trait"
8
edition = "2018"
0 commit comments