From a4be973eaa2ec3d4ebee9bbb9ec7614afe135142 Mon Sep 17 00:00:00 2001 From: Hunter Freyer Date: Sat, 4 Sep 2021 11:52:30 -0400 Subject: [PATCH] Add a reference to snazzy near the top of readme. (#352) Co-authored-by: Lucio Franco --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fc5d87b80..1db38c5cf 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ The recommended way to add `.proto` compilation to a Cargo project is to use the `prost-build` library. See the [`prost-build` documentation](prost-build) for more details and examples. +See the [snazzy repository](https://github.com/danburkert/snazzy) for a simple +start-to-finish example. + ## Generated Code `prost` generates Rust code from source `.proto` files using the `proto2` or