diff --git a/README.md b/README.md index f64b58b..420484a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - +

+ Vector +

A rust implementation of [gRPC], a high performance, open source, general RPC framework that puts mobile and HTTP/2 first. diff --git a/tonic/src/lib.rs b/tonic/src/lib.rs index a0225d9..c592b83 100644 --- a/tonic/src/lib.rs +++ b/tonic/src/lib.rs @@ -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))))]