tin-nacos-wrapper 0.1.0

A Rust library for Nacos service discovery and configuration management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod client;
pub mod config;
pub mod error;
pub mod http;
pub mod listener;
pub mod remote;
pub mod utils;

pub use client::NacosClient;
pub use config::NacosConfig;
pub use error::Error;
pub use remote::RemoteServiceClient;
pub use utils::NacosUtils;