File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ contains the tools to build clients and servers from [`protobuf`] definitions.
3333
3434## Getting Started
3535
36+ - The [ ` helloworld ` ] [ helloworld-tutorial ] tutorial provides a basic example of using ` tonic ` , perfect for first time users!
37+ - The [ ` routeguide ` ] [ routeguide-tutorial ] tutorial provides a complete example of using ` tonic ` and all its features.
38+
3639Examples can be found in [ ` examples ` ] and for more complex scenarios [ ` interop ` ]
3740may be a good resource as it shows examples of many of the gRPC features.
3841
@@ -47,11 +50,6 @@ may be a good resource as it shows examples of many of the gRPC features.
4750[ Protocol Buffers compiler ] : https://protobuf.dev/downloads/
4851[ `tonic_build::compile_protos()` ] : https://docs.rs/tonic-build/latest/tonic_build/fn.compile_protos.html
4952
50- ### Tutorials
51-
52- - The [ ` helloworld ` ] [ helloworld-tutorial ] tutorial provides a basic example of using ` tonic ` , perfect for first time users!
53- - The [ ` routeguide ` ] [ routeguide-tutorial ] tutorial provides a complete example of using ` tonic ` and all its features.
54-
5553## Getting Help
5654
5755First, see if the answer to your question can be found in the API documentation.
You can’t perform that action at this time.
0 commit comments