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

pub mod console;
pub mod model;