tonic 0.11.0

A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
Documentation
//! Utilities for using Tower services with Tonic.

pub mod interceptor;

#[doc(inline)]
pub use self::interceptor::{interceptor, Interceptor};