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
// use actix_web::dev::HttpServiceFactory;
// use actix_web::web;
// use crate::openapi::constant::V1_BASE_PATH;
// use crate::openapi::RouteConf;
//
// pub fn openapi_service<F>(conf: &RouteConf) -> F where F: HttpServiceFactory + 'static {
//     web::scope(V1_BASE_PATH).service(openapi_route(conf: &RouteConf))
// }
//
// pub fn openapi_route<F>(conf: &RouteConf) -> F where F: HttpServiceFactory + 'static {
//
// }

pub mod console;