tonic 0.14.6

A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
Documentation
1
2
3
4
5
6
7
mod io;
pub(crate) use self::io::{ConnectInfoLayer, ServerIo};

#[cfg(feature = "_tls-any")]
mod tls;
#[cfg(feature = "_tls-any")]
pub(crate) use self::tls::TlsAcceptor;