tina-core 0.0.2

Tina platform
Documentation
1
2
3
4
5
6
//! 客户端
mod grpc;
pub mod registry;

#[cfg(feature = "client-grpc")]
pub use self::grpc::*;