Merge pull request #335 from zicklag/zicklag-patch-1

Add "Unsafe Forbidden" Badge to the README
This commit is contained in:
Sunli 2020-11-06 22:25:13 +08:00 committed by GitHub
commit 79ab41487c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
alt="docs.rs docs" />
</a>
<a href="https://github.com/rust-secure-code/safety-dance/">
<img src="https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square"
alt="Unsafe Rust forbidden" />
</a>
</div>
`Async-graphql` is a high-performance server-side library that supports all GraphQL specifications.