rnacos 0.8.3

Nacos server re-implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub const NACOS_PREFIX: &str = "/nacos";
#[allow(unused)]
pub const SLASH: &str = "/";
pub const EMPTY: &str = "";
#[allow(unused)]
pub(crate) const V1_BASE_PATH: &str = "/v1";
#[allow(unused)]
pub(crate) const V2_BASE_PATH: &str = "/v2";
pub(crate) const CONFIG_V1_BASE_PATH: &str = "/v1/cs";
#[allow(unused)]
pub(crate) const CONFIG_V2_BASE_PATH: &str = "/v2/cs";
pub(crate) const NAMING_V1_BASE_PATH: &str = "/v1/ns";
#[allow(unused)]
pub(crate) const NAMING_V2_BASE_PATH: &str = "/v2/ns";