Skip to content

Commit

Permalink
add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Sep 29, 2019
1 parent a35ef96 commit dfa0cf8
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/assets/tonic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions .github/assets/tonic_docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/tonic_ghbanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<!-- <p align="center">
<img src="https://media.discordapp.net/attachments/276711044536074240/626229012343029780/tonic_ghbanner.png" alt="Vector">
</p>
</p> -->

A rust implementation of [gRPC], a high performance, open source, general
RPC framework that puts mobile and HTTP/2 first.
Expand Down
4 changes: 2 additions & 2 deletions tonic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
rust_2018_idioms,
unreachable_pub
)]
#![doc(html_logo_url = "file:///Users/lucio/Downloads/tonic_bubbles_with_word_bigger.svg")]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0")]
#![doc(html_logo_url = "https://github.com/")]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.1")]
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]

//! A Rust implementation of [gRPC], a high performance, open source, general
Expand Down

0 comments on commit dfa0cf8

Please sign in to comment.