From 3e95553c57c0a21a7ae150128ee0d35bc50f3b90 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 2 Jun 2021 16:59:09 +0200 Subject: [PATCH] doc: mention Well Known Types in README (#661) Fixes https://github.com/hyperium/tonic/issues/447 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bedb0f6..ec4b568 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ question. If that doesn't work, try opening an [issue] with the question. - [`tonic`](https://github.com/hyperium/tonic/tree/master/tonic): Generic gRPC and HTTP/2 client/server implementation. - [`tonic-build`](https://github.com/hyperium/tonic/tree/master/tonic-build): [`prost`] based service codegen. -- [`tonic-types`](https://github.com/hyperium/tonic/tree/master/tonic-types): [`prost`] based grpc utility types. +- [`tonic-types`](https://github.com/hyperium/tonic/tree/master/tonic-types): [`prost`] based grpc utility types + including support for gRPC Well Known 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