Add more assets

This commit is contained in:
Lucio Franco
2019-09-29 17:11:11 -04:00
parent dfa0cf8d00
commit b131e63ffb
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<!-- <p align="center">
<img src="https://media.discordapp.net/attachments/276711044536074240/626229012343029780/tonic_ghbanner.png" alt="Vector">
</p> -->
<p align="center">
<img src="https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic_ghbanner.png" alt="Vector">
</p>
A rust implementation of [gRPC], a high performance, open source, general
RPC framework that puts mobile and HTTP/2 first.
+3 -1
View File
@@ -5,7 +5,9 @@
rust_2018_idioms,
unreachable_pub
)]
#![doc(html_logo_url = "https://github.com/")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/LucioFranco/tonic/master/.github/assets/tonic_docs.svg?token=ABL5YXJBV6OYQ6N2YQMMGIK5TJL6O"
)]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.1")]
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]