//! GRPC Client for Nvidia Riva or Jarvis
//!
//! Based on public [nvidia-riva](https://github.com/nvidia-riva/common) gRPC api
include!;
/// Re-exporting the main module for a better developer experience.
pub use crate*;
/// Based on gRPC health check protocol - more details found here:
/// [health-checking](https://github.com/grpc/grpc/blob/master/doc/health-checking.md)
pub use cratev1 as grpc_health_v1;