1 2 3 4 5 6 7 8 9 10 11
#![doc = include_str!("../README.md")] pub mod client; pub mod prelude; pub mod service; //use client::*; use lib_common::log_macros; use tonic::async_trait; use tonic::transport::Channel;