Add more assets
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!-- <p align="center">
|
<p align="center">
|
||||||
<img src="https://media.discordapp.net/attachments/276711044536074240/626229012343029780/tonic_ghbanner.png" alt="Vector">
|
<img src="https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic_ghbanner.png" alt="Vector">
|
||||||
</p> -->
|
</p>
|
||||||
|
|
||||||
A rust implementation of [gRPC], a high performance, open source, general
|
A rust implementation of [gRPC], a high performance, open source, general
|
||||||
RPC framework that puts mobile and HTTP/2 first.
|
RPC framework that puts mobile and HTTP/2 first.
|
||||||
|
|||||||
+3
-1
@@ -5,7 +5,9 @@
|
|||||||
rust_2018_idioms,
|
rust_2018_idioms,
|
||||||
unreachable_pub
|
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(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.1")]
|
||||||
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
|
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user