1
2
3
4
5
6
//! Utilities for using Tower services with Tonic.

pub mod interceptor;

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