nacos-sdk 0.7.0

Nacos client in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod config;
pub(crate) mod handlers;
pub(crate) mod message;
pub(crate) mod nacos_grpc_client;
pub(crate) mod nacos_grpc_connection;
pub(crate) mod nacos_grpc_service;
pub(crate) mod server_address;
pub(crate) mod server_list_service;
pub(crate) mod tonic;
pub(crate) mod utils;

pub(crate) use nacos_grpc_client::*;