grpctestify 1.8.6

gRPC testing utility written in Rust
Documentation
1
2
3
4
5
6
7
pub use apif_cfg_runtime::*;

/// Re-export module for backward compatibility.
/// Items from `cfg_runtime` are also available at `crate::polyfill` directly.
pub mod runtime {
    pub use apif_cfg_runtime::*;
}