Add "Unsafe Forbidden" Badge to the README

This commit is contained in:
Zicklag 2020-11-05 13:50:43 -06:00 committed by GitHub
parent 6b7adae624
commit d0aeaaa2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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.