granc_core 0.6.4

Cranc gRPC CLI core library
Documentation
1
2
3
4
5
6
7
//! # Server Reflection
//!
//! This module contains the logic necessary to interact with the gRPC Server Reflection Protocol.
//!
//! It enables the client to query a server for its own Protobuf schema at runtime, allowing
//! `granc` to function without pre-compiled descriptors.
pub mod client;