Registry / networking / tonic-health

tonic-health

JSON →
library0.14.6rscratesunverified

Health Checking module of `tonic` gRPC implementation.

# Cargo.toml [dependencies] tonic-health = "0.14.6"
INSTALL
IMPORT
SIG · TONIC-HEALTH
T
tonic-health
networkingrustv0.14.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HealthReporter
use tonic_health::HealthReporter;

Creates a health reporter for gRPC services.

use tonic_health::HealthReporter; fn main() { let reporter = HealthReporter::new(); println!("Health reporter created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
tonic-health — cargo add tonic-health · libregistry