Searched refs:start (Results 1 – 7 of 7) sorted by relevance
| /tonic/examples/src/routeguide/ |
| H A D | client.rs | 62 let start = time::Instant::now(); in run_route_chat() localVariable 69 let elapsed = time.duration_since(start); in run_route_chat()
|
| /tonic/examples/src/gcp/ |
| H A D | README.md | 8 select the `Cloud Pub/Sub API v1` and its urls as the scope. This will start
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 17 For this tutorial, we will start by creating a new Rust project with Cargo: 98 Now that have defined the protobuf for our application we can start writing our application with To… 260 …ts both client and server implementations. Similar to the server, we will start by creating a file…
|
| H A D | routeguide-tutorial.md | 233 We can start by defining a struct to represent our service, we can do this on `main.rs` for now: 530 Once we've implemented all our methods, we also need to start up a gRPC server so that clients can 592 case, we'll start by bringing the generated code into scope: 611 Same as in the server implementation, we start by bringing our generated code into scope. We then 745 let start = time::Instant::now(); 751 let elapsed = time.duration_since(start);
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | resource.proto | 194 // /[A-Za-z][a-zA-Z0-9]+/. It should start with an upper case character and
|
| /tonic/ |
| H A D | CONTRIBUTING.md | 185 Lines that start with `/// #` are removed when the documentation is generated. 244 `tonic` prefix) and start with an imperative verb.
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 171 // `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, 175 // must not start with `"goog"`. 638 // start with a letter, and contain only letters (`[A-Za-z]`), numbers 641 // in length, and it must not start with `"goog"`.
|