| /tonic/tonic/src/ |
| H A D | macros.rs | 32 ($package: tt) => { 33 include!(concat!(env!("OUT_DIR"), concat!("/", $package, ".rs"))); 73 ($package: tt) => { 74 include_bytes!(concat!(env!("OUT_DIR"), concat!("/", $package, ".bin")))
|
| /tonic/tonic-build/src/ |
| H A D | manual.rs | 61 package: Option<String>, field 83 pub fn package(mut self, package: impl AsRef<str>) -> Self { in package() method 84 self.package = Some(package.as_ref().to_owned()); in package() 107 package: self.package.unwrap(), in build() 119 package: String, field 142 fn package(&self) -> &str { in package() method 143 &self.package in package() 496 let out_file = out_dir.join(format!("{}.{}.rs", service.package, service.name)); in compile()
|
| H A D | lib.rs | 113 fn package(&self) -> &str; in package() method 202 let package = if emit_package { service.package() } else { "" }; in format_service_name() localVariable 205 package, in format_service_name() 206 if package.is_empty() { "" } else { "." }, in format_service_name()
|
| /tonic/tests/use_arc_self/ |
| H A D | Cargo.toml | 1 [package] 15 [package.metadata.cargo-machete]
|
| /tonic/tests/default_stubs/ |
| H A D | Cargo.toml | 1 [package] 16 [package.metadata.cargo-machete]
|
| /tonic/tonic-build/ |
| H A D | Cargo.toml | 1 [package] 35 [package.metadata.docs.rs] 38 [package.metadata.cargo_check_external_types]
|
| /tonic/tests/extern_path/my_application/ |
| H A D | Cargo.toml | 1 [package] 12 uuid = {package = "uuid1", path = "../uuid"}
|
| /tonic/tonic-reflection/proto/ |
| H A D | reflection_v1alpha.proto | 19 package grpc.reflection.v1alpha; 40 // (e.g. <package>.<service>[.<method>] or <package>.<type>). 54 // <package>.<type> 66 // Fully-qualified type name. The format should be <package>.<type> 110 // Full name of the base type, including the package name. The format 111 // is <package>.<type> 126 // Full name of a registered service, including its package name. The format 127 // is <package>.<service>
|
| H A D | reflection_v1.proto | 24 package grpc.reflection.v1; 50 // (e.g. <package>.<service>[.<method>] or <package>.<type>). 64 // <package>.<type> 76 // Fully-qualified type name. The format should be <package>.<type> 120 // Full name of the base type, including the package name. The format 121 // is <package>.<type> 136 // Full name of a registered service, including its package name. The format 137 // is <package>.<service>
|
| /tonic/tonic-reflection/ |
| H A D | Cargo.toml | 1 [package] 21 [package.metadata.docs.rs] 43 [package.metadata.cargo_check_external_types]
|
| /tonic/.github/workflows/ |
| H A D | CI.yml | 49 - run: cargo run --package codegen 64 - run: cargo udeps --package tonic --features tls-ring,transport 65 - run: cargo udeps --package tonic --features tls-ring,server 66 - run: cargo udeps --package tonic --features tls-ring,channel 67 - run: cargo udeps --package tonic --features tls-aws-lc,transport 68 - run: cargo udeps --package tonic --features tls-aws-lc,server 69 - run: cargo udeps --package tonic --features tls-aws-lc,channel 85 run: cargo hack check --package tonic --feature-powerset --depth 2 100 run: echo "version=$(yq '.workspace.package.rust-version' Cargo.toml)" >> $GITHUB_OUTPUT
|
| /tonic/tonic-types/ |
| H A D | Cargo.toml | 1 [package] 29 [package.metadata.cargo_check_external_types]
|
| /tonic/tonic-web/ |
| H A D | Cargo.toml | 1 [package] 37 [package.metadata.cargo_check_external_types]
|
| /tonic/tonic-health/ |
| H A D | Cargo.toml | 1 [package] 31 [package.metadata.cargo_check_external_types]
|
| /tonic/tests/skip_debug/proto/ |
| H A D | test.proto | 3 package test;
|
| /tonic/tests/included_service/proto/ |
| H A D | includee.proto | 3 package includee;
|
| H A D | includer.proto | 3 package includer;
|
| /tonic/tests/integration_tests/proto/ |
| H A D | stream.proto | 3 package stream;
|
| /tonic/tests/stream_conflict/proto/ |
| H A D | stream_conflict.proto | 2 package StreamConflict;
|
| /tonic/tests/service_named_service/proto/ |
| H A D | foo.proto | 3 package foo;
|
| /tonic/tests/same_name/proto/ |
| H A D | foo.proto | 3 package foo;
|
| /tonic/tests/root-crate-path/ |
| H A D | foo.proto | 3 package foo.bar.baz;
|
| /tonic/tests/wellknown-compiled/proto/ |
| H A D | test.proto | 2 package test;
|
| /tonic/tests/extern_path/proto/uuid/ |
| H A D | uuid.proto | 3 package uuid;
|
| /tonic/tests/service_named_result/proto/ |
| H A D | result.proto | 5 package result;
|