From 8cfa44110cd2cfde58a20762825ccba14c5d3b31 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 8 May 2021 16:09:44 +0200 Subject: [PATCH] doc(tonic): mention `tonic-reflection` in README (#635) Seems we forgot this one. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ffdcd5..bedb0f6 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ implementation. - [`tonic-types`](https://github.com/hyperium/tonic/tree/master/tonic-types): [`prost`] based grpc utility types. - [`tonic-health`](https://github.com/hyperium/tonic/tree/master/tonic-health): Implementation of the standard [gRPC health checking service][healthcheck]. Also serves as an example of both unary and response streaming. +- [`tonic-reflection`](https://github.com/hyperium/tonic/tree/master/tonic-reflection): A tonic based gRPC +reflection implementation. - [`examples`](https://github.com/hyperium/tonic/tree/master/examples): Example gRPC implementations showing off tls, load balancing and bi-directional streaming. - [`interop`](https://github.com/hyperium/tonic/tree/master/interop): Interop tests implementation.